{
  "code": 200,
  "status": "SUCCESS",
  "message": "Experiment page",
  "data": {
    "dataType": "SC_RNA_SEQ",
    "columnDescriptions": [
      {
        "title": "Library ID",
        "infoBubble": "Identifier of the RNA-Seq library",
        "attributes": [
          "result.library.id"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Cell type ID",
        "infoBubble": "ID of the cell type of the sample",
        "attributes": [
          "result.annotation.rawDataCondition.cellType.id"
        ],
        "columnType": "ANAT_ENTITY",
        "export": true
      },
      {
        "title": "Cell type name",
        "infoBubble": "Name of the cell type of the sample",
        "attributes": [
          "result.annotation.rawDataCondition.cellType.name"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Cell type author annotation",
        "infoBubble": "Free text annotation of cell type as provided by authors",
        "attributes": [
          "result.annotation.rawDataCondition.cellTypeAuthorAnnotation"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Anat. entity ID",
        "infoBubble": "ID of the anatomical localization of the sample",
        "attributes": [
          "result.annotation.rawDataCondition.anatEntity.id"
        ],
        "columnType": "ANAT_ENTITY",
        "export": true
      },
      {
        "title": "Anat. entity name",
        "infoBubble": "Name of the anatomical localization of the sample",
        "attributes": [
          "result.annotation.rawDataCondition.anatEntity.name"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Anat. entity author annotation",
        "infoBubble": "Free text annotation of anatomical localization of the sample as provided by authors",
        "attributes": [
          "result.annotation.rawDataCondition.anatEntityAuthorAnnotation"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Stage ID",
        "infoBubble": "ID of the developmental and life stage of the sample",
        "attributes": [
          "result.annotation.rawDataCondition.devStage.id"
        ],
        "columnType": "DEV_STAGE",
        "export": true
      },
      {
        "title": "Stage name",
        "infoBubble": "Name of the developmental and life stage of the sample",
        "attributes": [
          "result.annotation.rawDataCondition.devStage.name"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Stage author annotation",
        "infoBubble": "Free text annotation of the developmental and life stage of the sample as provided by authors",
        "attributes": [
          "result.annotation.rawDataCondition.devStageAuthorAnnotation"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Sex",
        "infoBubble": "Annotation of the sex of the sample",
        "attributes": [
          "result.annotation.rawDataCondition.sex"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Strain",
        "infoBubble": "Annotation of the strain of the sample",
        "attributes": [
          "result.annotation.rawDataCondition.strain"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Time",
        "infoBubble": "Free text annotation of the time of sampling as provided by authors",
        "attributes": [
          "result.annotation.rawDataCondition.time"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Time unit",
        "infoBubble": "Unit for the time of sampling as provided by authors",
        "attributes": [
          "result.annotation.rawDataCondition.timeUnit"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Species",
        "attributes": [
          "result.annotation.rawDataCondition.species.genus",
          "result.annotation.rawDataCondition.species.speciesName"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Physiological status",
        "infoBubble": "Physiological status of the organism at time of sampling",
        "attributes": [
          "result.annotation.physiologicalStatus"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Technology",
        "attributes": [
          "result.library.technology.protocolName"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Sequencing platform",
        "attributes": [
          "result.library.technology.sequencingPlatfomName"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Sequenced transcript part",
        "infoBubble": "Possible values are: full length, all parts of the transcript are sequenced; 3': only the 3' end of the transcript is sequenced; 5': only the 5' end of the transcript is sequenced.",
        "attributes": [
          "result.library.technology.sequencedTranscriptPart"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Fractionation",
        "infoBubble": "Possible values are: cell, transcripts are extracted from the cell; nuclei, transcripts are extracted from the nucleus.",
        "attributes": [
          "result.library.technology.cellCompartment"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Fragmentation",
        "infoBubble": "Size of the RNA fragmentation",
        "attributes": [
          "result.library.technology.fragmentation"
        ],
        "columnType": "NUMERIC",
        "export": true
      },
      {
        "title": "Run sequencing type",
        "infoBubble": "Paired-end or single-read run",
        "attributes": [
          "result.library.technology.libraryType"
        ],
        "columnType": "STRING",
        "export": true
      },
      {
        "title": "Total read count",
        "infoBubble": "Total number of reads for the library.",
        "attributes": [
          "result.library.pipelineSummary.allReadsCount"
        ],
        "columnType": "NUMERIC",
        "export": true
      },
      {
        "title": "Mapped read count",
        "infoBubble": "Number of reads that could be mapped to the transcriptome.",
        "attributes": [
          "result.library.pipelineSummary.mappedReadsCount"
        ],
        "columnType": "NUMERIC",
        "export": true
      },
      {
        "title": "Total UMI count",
        "infoBubble": "Total number of individual RNA molecules (UMI) for the annotated sample. Only applicable for libraries producing UMIs.",
        "attributes": [
          "result.pipelineSummary.allUMIsCount"
        ],
        "columnType": "NUMERIC",
        "export": true
      },
      {
        "title": "Mapped UMI count",
        "infoBubble": "Number of UMIs that could be mapped to the transcriptome. Only applicable for libraries producing UMIs.",
        "attributes": [
          "result.pipelineSummary.mappedUMIsCount"
        ],
        "columnType": "NUMERIC",
        "export": true
      },
      {
        "title": "Distinct rank count",
        "infoBubble": "When performing a fractional ranking of the genes in the annotated sample, based on their expression level, number of distinct ranks observed, to have a value of the power for distinguishing expression levels. Used as a weight to compute a weighted mean rank accross samples for each gene and compute expression scores in Bgee.",
        "attributes": [
          "result.pipelineSummary.distinctRankCount"
        ],
        "columnType": "NUMERIC",
        "export": true
      },
      {
        "title": "Max rank",
        "infoBubble": "When performing a fractional ranking of the genes in the annotated sample, based on their expression level, maximum rank attained in the sample. Used to normalize ranks accross samples and compute expression scores in Bgee.",
        "attributes": [
          "result.pipelineSummary.maxRank"
        ],
        "columnType": "NUMERIC",
        "export": true
      },
      {
        "title": "Link to processed expression values",
        "infoBubble": "See the processed expression value results for this assay",
        "columnType": "LINK_TO_PROC_EXPR_VALUES",
        "filterTargets": [
          {
            "valueAttributeName": "result.library.experiment.id",
            "urlParameterName": "filter_exp_id"
          },
          {
            "valueAttributeName": "result.library.id",
            "urlParameterName": "filter_assay_id"
          },
          {
            "valueAttributeName": "result.annotation.rawDataCondition.cellType.id",
            "urlParameterName": "filter_cell_type_id"
          },
          {
            "valueAttributeName": "result.annotation.rawDataCondition.anatEntity.id",
            "urlParameterName": "filter_anat_entity_id"
          },
          {
            "valueAttributeName": "result.annotation.rawDataCondition.devStage.id",
            "urlParameterName": "filter_stage_id"
          },
          {
            "valueAttributeName": "result.annotation.rawDataCondition.sex",
            "urlParameterName": "filter_sex"
          },
          {
            "valueAttributeName": "result.annotation.rawDataCondition.strain",
            "urlParameterName": "filter_strain"
          },
          {
            "valueAttributeName": "result.annotation.rawDataCondition.species.id",
            "urlParameterName": "filter_species_id"
          }
        ],
        "export": false
      }
    ],
    "experiment": {
      "sampleMultiplexing": true,
      "numberOfAnnotatedCells": 20009,
      "downloadFiles": [
        {
          "category": "ANNOTATED_SAMPLES",
          "dataType": "SC_RNA_SEQ",
          "sampleMultiplexing": true,
          "species": {
            "genus": "Homo",
            "speciesName": "sapiens",
            "genomeVersion": "GRCh38.p13",
            "speciesFullNameWithoutSpace": "Homo_sapiens",
            "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
            "dataSourcesForDataByDataTypes": {},
            "dataSourcesForAnnotationByDataTypes": {},
            "parentTaxonId": 9605,
            "genomeSpeciesId": 9606,
            "preferredDisplayOrder": 1,
            "name": "human",
            "id": 9606
          },
          "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
          "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
          "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
          "size": 0
        },
        {
          "category": "INDIVIDUAL_SAMPLES",
          "dataType": "SC_RNA_SEQ",
          "sampleMultiplexing": true,
          "species": {
            "genus": "Homo",
            "speciesName": "sapiens",
            "genomeVersion": "GRCh38.p13",
            "speciesFullNameWithoutSpace": "Homo_sapiens",
            "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
            "dataSourcesForDataByDataTypes": {},
            "dataSourcesForAnnotationByDataTypes": {},
            "parentTaxonId": 9605,
            "genomeSpeciesId": 9606,
            "preferredDisplayOrder": 1,
            "name": "human",
            "id": 9606
          },
          "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
          "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
          "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
          "size": 0
        }
      ],
      "dataSource": {
        "xRefUrl": "",
        "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
        "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
        "baseUrl": "https://www.ebi.ac.uk/ena",
        "releaseVersion": "",
        "toDisplay": true,
        "category": "SC_RNA_SEQ",
        "displayOrder": 255,
        "name": "ENA",
        "description": "Single-cell RNA-Seq data source for various species",
        "id": 103
      },
      "xRef": {
        "xRefId": "ERP111594",
        "xRefName": "Single cell RNA-seq of adult human neural retina",
        "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
        "source": {
          "name": "ENA",
          "description": "Single-cell RNA-Seq data source for various species",
          "baseUrl": "https://www.ebi.ac.uk/ena"
        }
      },
      "assayCount": 0,
      "dOI": "10.15252/embj.2018100811",
      "name": "Single cell RNA-seq of adult human neural retina",
      "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
      "id": "ERP111594"
    },
    "assays": [
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 162512756,
            "mappedReadsCount": 89173295,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, right eye",
            "cellType": {
              "id": "CL:0000604",
              "name": "retinal rod cell"
            },
            "cellTypeAuthorAnnotation": "retinal rod cell type B",
            "devStage": {
              "id": "HsapDv:0000206",
              "name": "80-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "80 years",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.173400,
          "sdRefIntergenicDistribution": 2.946236,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1027520,
          "distinctRankCount": 2170,
          "maxRank": 25498.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 162512756,
            "mappedReadsCount": 89173295,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, right eye",
            "cellType": {
              "id": "CL:0000604",
              "name": "retinal rod cell"
            },
            "cellTypeAuthorAnnotation": "retinal rod cell type A",
            "devStage": {
              "id": "HsapDv:0000206",
              "name": "80-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "80 years",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.318108,
          "sdRefIntergenicDistribution": 2.843855,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1791750,
          "distinctRankCount": 2525,
          "maxRank": 25669.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 162512756,
            "mappedReadsCount": 89173295,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, right eye",
            "cellType": {
              "id": "CL:0000573",
              "name": "retinal cone cell"
            },
            "cellTypeAuthorAnnotation": "retinal cone cell",
            "devStage": {
              "id": "HsapDv:0000206",
              "name": "80-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "80 years",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.450570,
          "sdRefIntergenicDistribution": 2.142123,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 281000,
          "distinctRankCount": 1024,
          "maxRank": 24193.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 162512756,
            "mappedReadsCount": 89173295,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, right eye",
            "cellType": {
              "id": "CL:0002371",
              "name": "somatic cell"
            },
            "cellTypeAuthorAnnotation": "unspecified",
            "devStage": {
              "id": "HsapDv:0000206",
              "name": "80-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "80 years",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.053493,
          "sdRefIntergenicDistribution": 1.600893,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 178100,
          "distinctRankCount": 522,
          "maxRank": 23239.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 162512756,
            "mappedReadsCount": 89173295,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, right eye",
            "cellType": {
              "id": "CL:0000636",
              "name": "Mueller cell"
            },
            "cellTypeAuthorAnnotation": "Muller cell",
            "devStage": {
              "id": "HsapDv:0000206",
              "name": "80-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "80 years",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.054823,
          "sdRefIntergenicDistribution": 2.177890,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 394296,
          "distinctRankCount": 1125,
          "maxRank": 24773.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 162512756,
            "mappedReadsCount": 89173295,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, right eye",
            "cellType": {
              "id": "CL:0000561",
              "name": "amacrine cell"
            },
            "cellTypeAuthorAnnotation": "amacrine cell",
            "devStage": {
              "id": "HsapDv:0000206",
              "name": "80-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "80 years",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.236067,
          "sdRefIntergenicDistribution": 1.857176,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 178258,
          "distinctRankCount": 766,
          "maxRank": 23992.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 162512756,
            "mappedReadsCount": 89173295,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, right eye",
            "cellType": {
              "id": "CL:0000129",
              "name": "microglial cell"
            },
            "cellTypeAuthorAnnotation": "microglial cell",
            "devStage": {
              "id": "HsapDv:0000206",
              "name": "80-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "80 years",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.548297,
          "sdRefIntergenicDistribution": 1.439274,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 39482,
          "distinctRankCount": 245,
          "maxRank": 20549.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 162512756,
            "mappedReadsCount": 89173295,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, right eye",
            "cellType": {
              "id": "CL:0000748",
              "name": "retinal bipolar neuron"
            },
            "cellTypeAuthorAnnotation": "retinal bipolar neuron type C",
            "devStage": {
              "id": "HsapDv:0000206",
              "name": "80-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "80 years",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.395622,
          "sdRefIntergenicDistribution": 2.019857,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 222572,
          "distinctRankCount": 815,
          "maxRank": 23892.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 162512756,
            "mappedReadsCount": 89173295,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, right eye",
            "cellType": {
              "id": "CL:0000748",
              "name": "retinal bipolar neuron"
            },
            "cellTypeAuthorAnnotation": "retinal bipolar neuron type B",
            "devStage": {
              "id": "HsapDv:0000206",
              "name": "80-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "80 years",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.291396,
          "sdRefIntergenicDistribution": 2.117343,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 284139,
          "distinctRankCount": 1003,
          "maxRank": 24126.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 162512756,
            "mappedReadsCount": 89173295,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, right eye",
            "cellType": {
              "id": "CL:0000748",
              "name": "retinal bipolar neuron"
            },
            "cellTypeAuthorAnnotation": "retinal bipolar neuron type A",
            "devStage": {
              "id": "HsapDv:0000206",
              "name": "80-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "80 years",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.874375,
          "sdRefIntergenicDistribution": 2.318779,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 442332,
          "distinctRankCount": 1351,
          "maxRank": 24370.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 162512756,
            "mappedReadsCount": 89173295,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, right eye",
            "cellType": {
              "id": "CL:0000740",
              "name": "retinal ganglion cell"
            },
            "cellTypeAuthorAnnotation": "retinal ganglion cell",
            "devStage": {
              "id": "HsapDv:0000206",
              "name": "80-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "80 years",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 61.639035,
          "sdRefIntergenicDistribution": 1.404506,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 18396,
          "distinctRankCount": 114,
          "maxRank": 19561.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 162512756,
            "mappedReadsCount": 89173295,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, right eye",
            "cellType": {
              "id": "CL:0000604",
              "name": "retinal rod cell"
            },
            "cellTypeAuthorAnnotation": "retinal rod cell type C",
            "devStage": {
              "id": "HsapDv:0000206",
              "name": "80-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "80 years",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.765273,
          "sdRefIntergenicDistribution": 1.851555,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 62967,
          "distinctRankCount": 263,
          "maxRank": 22076.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 162512756,
            "mappedReadsCount": 89173295,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, right eye",
            "cellType": {
              "id": "CL:0000748",
              "name": "retinal bipolar neuron"
            },
            "cellTypeAuthorAnnotation": "retinal bipolar neuron type D",
            "devStage": {
              "id": "HsapDv:0000206",
              "name": "80-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "80 years",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.253883,
          "sdRefIntergenicDistribution": 1.862396,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 150583,
          "distinctRankCount": 605,
          "maxRank": 23333.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 117058175,
            "mappedReadsCount": 66878453,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, left eye",
            "cellType": {
              "id": "CL:0000636",
              "name": "Mueller cell"
            },
            "cellTypeAuthorAnnotation": "Muller cell",
            "devStage": {
              "id": "HsapDv:0000136",
              "name": "42-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "42 years",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.232637,
          "sdRefIntergenicDistribution": 2.205071,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 640433,
          "distinctRankCount": 1625,
          "maxRank": 25122.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 117058175,
            "mappedReadsCount": 66878453,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, left eye",
            "cellType": {
              "id": "CL:0002371",
              "name": "somatic cell"
            },
            "cellTypeAuthorAnnotation": "unspecified",
            "devStage": {
              "id": "HsapDv:0000136",
              "name": "42-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "42 years",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.185249,
          "sdRefIntergenicDistribution": 1.740538,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 323527,
          "distinctRankCount": 1098,
          "maxRank": 24164.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 117058175,
            "mappedReadsCount": 66878453,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, left eye",
            "cellType": {
              "id": "CL:0000748",
              "name": "retinal bipolar neuron"
            },
            "cellTypeAuthorAnnotation": "retinal bipolar neuron type D",
            "devStage": {
              "id": "HsapDv:0000136",
              "name": "42-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "42 years",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.380943,
          "sdRefIntergenicDistribution": 1.920481,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 286554,
          "distinctRankCount": 1062,
          "maxRank": 23687.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 117058175,
            "mappedReadsCount": 66878453,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, left eye",
            "cellType": {
              "id": "CL:0000748",
              "name": "retinal bipolar neuron"
            },
            "cellTypeAuthorAnnotation": "retinal bipolar neuron type C",
            "devStage": {
              "id": "HsapDv:0000136",
              "name": "42-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "42 years",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.983185,
          "sdRefIntergenicDistribution": 1.896865,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 252576,
          "distinctRankCount": 1036,
          "maxRank": 23838.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 117058175,
            "mappedReadsCount": 66878453,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, left eye",
            "cellType": {
              "id": "CL:0000748",
              "name": "retinal bipolar neuron"
            },
            "cellTypeAuthorAnnotation": "retinal bipolar neuron type B",
            "devStage": {
              "id": "HsapDv:0000136",
              "name": "42-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "42 years",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.235926,
          "sdRefIntergenicDistribution": 2.068133,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 422391,
          "distinctRankCount": 1320,
          "maxRank": 24408.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 117058175,
            "mappedReadsCount": 66878453,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, left eye",
            "cellType": {
              "id": "CL:0000748",
              "name": "retinal bipolar neuron"
            },
            "cellTypeAuthorAnnotation": "retinal bipolar neuron type A",
            "devStage": {
              "id": "HsapDv:0000136",
              "name": "42-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "42 years",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.683469,
          "sdRefIntergenicDistribution": 2.163091,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 518289,
          "distinctRankCount": 1621,
          "maxRank": 24412.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 117058175,
            "mappedReadsCount": 66878453,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, left eye",
            "cellType": {
              "id": "CL:0000740",
              "name": "retinal ganglion cell"
            },
            "cellTypeAuthorAnnotation": "retinal ganglion cell",
            "devStage": {
              "id": "HsapDv:0000136",
              "name": "42-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "42 years",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 435.609741,
          "sdRefIntergenicDistribution": 1.015732,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2284,
          "distinctRankCount": 28,
          "maxRank": 18123.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 117058175,
            "mappedReadsCount": 66878453,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, left eye",
            "cellType": {
              "id": "CL:0000604",
              "name": "retinal rod cell"
            },
            "cellTypeAuthorAnnotation": "retinal rod cell type C",
            "devStage": {
              "id": "HsapDv:0000136",
              "name": "42-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "42 years",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.681141,
          "sdRefIntergenicDistribution": 1.694415,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 87409,
          "distinctRankCount": 509,
          "maxRank": 22035.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 117058175,
            "mappedReadsCount": 66878453,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, left eye",
            "cellType": {
              "id": "CL:0000604",
              "name": "retinal rod cell"
            },
            "cellTypeAuthorAnnotation": "retinal rod cell type B",
            "devStage": {
              "id": "HsapDv:0000136",
              "name": "42-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "42 years",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.325619,
          "sdRefIntergenicDistribution": 3.253075,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3827093,
          "distinctRankCount": 3617,
          "maxRank": 26490.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 117058175,
            "mappedReadsCount": 66878453,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, left eye",
            "cellType": {
              "id": "CL:0000604",
              "name": "retinal rod cell"
            },
            "cellTypeAuthorAnnotation": "retinal rod cell type A",
            "devStage": {
              "id": "HsapDv:0000136",
              "name": "42-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "42 years",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.288306,
          "sdRefIntergenicDistribution": 3.111212,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5944324,
          "distinctRankCount": 4048,
          "maxRank": 26611.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 117058175,
            "mappedReadsCount": 66878453,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, left eye",
            "cellType": {
              "id": "CL:0000573",
              "name": "retinal cone cell"
            },
            "cellTypeAuthorAnnotation": "retinal cone cell",
            "devStage": {
              "id": "HsapDv:0000136",
              "name": "42-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "42 years",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.966007,
          "sdRefIntergenicDistribution": 2.267806,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 716569,
          "distinctRankCount": 1909,
          "maxRank": 24391.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 117058175,
            "mappedReadsCount": 66878453,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, left eye",
            "cellType": {
              "id": "CL:0000561",
              "name": "amacrine cell"
            },
            "cellTypeAuthorAnnotation": "amacrine cell",
            "devStage": {
              "id": "HsapDv:0000136",
              "name": "42-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "42 years",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.409384,
          "sdRefIntergenicDistribution": 1.929131,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 297253,
          "distinctRankCount": 1514,
          "maxRank": 24505.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 117058175,
            "mappedReadsCount": 66878453,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, left eye",
            "cellType": {
              "id": "CL:0000129",
              "name": "microglial cell"
            },
            "cellTypeAuthorAnnotation": "microglial cell",
            "devStage": {
              "id": "HsapDv:0000136",
              "name": "42-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "42 years",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.480426,
          "sdRefIntergenicDistribution": 1.618213,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 102653,
          "distinctRankCount": 589,
          "maxRank": 22204.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 120987555,
            "mappedReadsCount": 68081272,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, left eye",
            "cellType": {
              "id": "CL:0002371",
              "name": "somatic cell"
            },
            "cellTypeAuthorAnnotation": "unspecified",
            "devStage": {
              "id": "HsapDv:0000136",
              "name": "42-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "42 years",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.558721,
          "sdRefIntergenicDistribution": 1.838345,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 415130,
          "distinctRankCount": 1329,
          "maxRank": 24480.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 120987555,
            "mappedReadsCount": 68081272,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, left eye",
            "cellType": {
              "id": "CL:0000748",
              "name": "retinal bipolar neuron"
            },
            "cellTypeAuthorAnnotation": "retinal bipolar neuron type D",
            "devStage": {
              "id": "HsapDv:0000136",
              "name": "42-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "42 years",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.928029,
          "sdRefIntergenicDistribution": 1.892773,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 252352,
          "distinctRankCount": 1049,
          "maxRank": 23706.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 120987555,
            "mappedReadsCount": 68081272,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, left eye",
            "cellType": {
              "id": "CL:0000748",
              "name": "retinal bipolar neuron"
            },
            "cellTypeAuthorAnnotation": "retinal bipolar neuron type C",
            "devStage": {
              "id": "HsapDv:0000136",
              "name": "42-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "42 years",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.565130,
          "sdRefIntergenicDistribution": 1.873004,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 223770,
          "distinctRankCount": 1075,
          "maxRank": 23585.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 120987555,
            "mappedReadsCount": 68081272,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, left eye",
            "cellType": {
              "id": "CL:0000748",
              "name": "retinal bipolar neuron"
            },
            "cellTypeAuthorAnnotation": "retinal bipolar neuron type B",
            "devStage": {
              "id": "HsapDv:0000136",
              "name": "42-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "42 years",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.034616,
          "sdRefIntergenicDistribution": 1.986441,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 325528,
          "distinctRankCount": 1396,
          "maxRank": 24111.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 120987555,
            "mappedReadsCount": 68081272,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, left eye",
            "cellType": {
              "id": "CL:0000748",
              "name": "retinal bipolar neuron"
            },
            "cellTypeAuthorAnnotation": "retinal bipolar neuron type A",
            "devStage": {
              "id": "HsapDv:0000136",
              "name": "42-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "42 years",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.328797,
          "sdRefIntergenicDistribution": 2.265182,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 648816,
          "distinctRankCount": 1731,
          "maxRank": 24601.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 120987555,
            "mappedReadsCount": 68081272,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, left eye",
            "cellType": {
              "id": "CL:0000636",
              "name": "Mueller cell"
            },
            "cellTypeAuthorAnnotation": "Muller cell",
            "devStage": {
              "id": "HsapDv:0000136",
              "name": "42-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "42 years",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.172287,
          "sdRefIntergenicDistribution": 2.186477,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 642255,
          "distinctRankCount": 1572,
          "maxRank": 25047.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 120987555,
            "mappedReadsCount": 68081272,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, left eye",
            "cellType": {
              "id": "CL:0000604",
              "name": "retinal rod cell"
            },
            "cellTypeAuthorAnnotation": "retinal rod cell type B",
            "devStage": {
              "id": "HsapDv:0000136",
              "name": "42-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "42 years",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.381442,
          "sdRefIntergenicDistribution": 3.244085,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3843459,
          "distinctRankCount": 3508,
          "maxRank": 26546.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 120987555,
            "mappedReadsCount": 68081272,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, left eye",
            "cellType": {
              "id": "CL:0000604",
              "name": "retinal rod cell"
            },
            "cellTypeAuthorAnnotation": "retinal rod cell type A",
            "devStage": {
              "id": "HsapDv:0000136",
              "name": "42-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "42 years",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.301853,
          "sdRefIntergenicDistribution": 3.150867,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6249805,
          "distinctRankCount": 4214,
          "maxRank": 26752.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 120987555,
            "mappedReadsCount": 68081272,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, left eye",
            "cellType": {
              "id": "CL:0000573",
              "name": "retinal cone cell"
            },
            "cellTypeAuthorAnnotation": "retinal cone cell",
            "devStage": {
              "id": "HsapDv:0000136",
              "name": "42-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "42 years",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.939921,
          "sdRefIntergenicDistribution": 2.245674,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 697782,
          "distinctRankCount": 1929,
          "maxRank": 24330.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 120987555,
            "mappedReadsCount": 68081272,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, left eye",
            "cellType": {
              "id": "CL:0000561",
              "name": "amacrine cell"
            },
            "cellTypeAuthorAnnotation": "amacrine cell",
            "devStage": {
              "id": "HsapDv:0000136",
              "name": "42-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "42 years",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.278408,
          "sdRefIntergenicDistribution": 1.916672,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 300572,
          "distinctRankCount": 1320,
          "maxRank": 24449.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 120987555,
            "mappedReadsCount": 68081272,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, left eye",
            "cellType": {
              "id": "CL:0000129",
              "name": "microglial cell"
            },
            "cellTypeAuthorAnnotation": "microglial cell",
            "devStage": {
              "id": "HsapDv:0000136",
              "name": "42-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "42 years",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.818408,
          "sdRefIntergenicDistribution": 1.859686,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 193852,
          "distinctRankCount": 821,
          "maxRank": 22852.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 120987555,
            "mappedReadsCount": 68081272,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, left eye",
            "cellType": {
              "id": "CL:0000604",
              "name": "retinal rod cell"
            },
            "cellTypeAuthorAnnotation": "retinal rod cell type C",
            "devStage": {
              "id": "HsapDv:0000136",
              "name": "42-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "42 years",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.100281,
          "sdRefIntergenicDistribution": 1.775908,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 126754,
          "distinctRankCount": 713,
          "maxRank": 22605.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 245707353,
            "mappedReadsCount": 140233359,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, right eye",
            "cellType": {
              "id": "CL:0000561",
              "name": "amacrine cell"
            },
            "cellTypeAuthorAnnotation": "amacrine cell",
            "devStage": {
              "id": "HsapDv:0000147",
              "name": "53-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "53 years",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.129239,
          "sdRefIntergenicDistribution": 2.013424,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 266506,
          "distinctRankCount": 987,
          "maxRank": 24533.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 245707353,
            "mappedReadsCount": 140233359,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, right eye",
            "cellType": {
              "id": "CL:0000573",
              "name": "retinal cone cell"
            },
            "cellTypeAuthorAnnotation": "retinal cone cell",
            "devStage": {
              "id": "HsapDv:0000147",
              "name": "53-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "53 years",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.469265,
          "sdRefIntergenicDistribution": 2.557494,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 755652,
          "distinctRankCount": 1745,
          "maxRank": 24631.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 245707353,
            "mappedReadsCount": 140233359,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, right eye",
            "cellType": {
              "id": "CL:0002371",
              "name": "somatic cell"
            },
            "cellTypeAuthorAnnotation": "unspecified",
            "devStage": {
              "id": "HsapDv:0000147",
              "name": "53-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "53 years",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.019951,
          "sdRefIntergenicDistribution": 2.004437,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 385183,
          "distinctRankCount": 820,
          "maxRank": 24229.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 245707353,
            "mappedReadsCount": 140233359,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, right eye",
            "cellType": {
              "id": "CL:0000740",
              "name": "retinal ganglion cell"
            },
            "cellTypeAuthorAnnotation": "retinal ganglion cell",
            "devStage": {
              "id": "HsapDv:0000147",
              "name": "53-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "53 years",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.770440,
          "sdRefIntergenicDistribution": 1.971292,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 91372,
          "distinctRankCount": 356,
          "maxRank": 21414.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 245707353,
            "mappedReadsCount": 140233359,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, right eye",
            "cellType": {
              "id": "CL:0000129",
              "name": "microglial cell"
            },
            "cellTypeAuthorAnnotation": "microglial cell",
            "devStage": {
              "id": "HsapDv:0000147",
              "name": "53-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "53 years",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.672810,
          "sdRefIntergenicDistribution": 1.874992,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 136193,
          "distinctRankCount": 500,
          "maxRank": 22308.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 245707353,
            "mappedReadsCount": 140233359,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, right eye",
            "cellType": {
              "id": "CL:0000636",
              "name": "Mueller cell"
            },
            "cellTypeAuthorAnnotation": "Muller cell",
            "devStage": {
              "id": "HsapDv:0000147",
              "name": "53-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "53 years",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.746439,
          "sdRefIntergenicDistribution": 2.099553,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 295539,
          "distinctRankCount": 1014,
          "maxRank": 24509.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 245707353,
            "mappedReadsCount": 140233359,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, right eye",
            "cellType": {
              "id": "CL:0000748",
              "name": "retinal bipolar neuron"
            },
            "cellTypeAuthorAnnotation": "retinal bipolar neuron type C",
            "devStage": {
              "id": "HsapDv:0000147",
              "name": "53-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "53 years",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.484361,
          "sdRefIntergenicDistribution": 2.166131,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 331034,
          "distinctRankCount": 978,
          "maxRank": 24328.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 245707353,
            "mappedReadsCount": 140233359,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, right eye",
            "cellType": {
              "id": "CL:0000748",
              "name": "retinal bipolar neuron"
            },
            "cellTypeAuthorAnnotation": "retinal bipolar neuron type B",
            "devStage": {
              "id": "HsapDv:0000147",
              "name": "53-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "53 years",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.851232,
          "sdRefIntergenicDistribution": 2.282158,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 430867,
          "distinctRankCount": 1361,
          "maxRank": 24722.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 245707353,
            "mappedReadsCount": 140233359,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, right eye",
            "cellType": {
              "id": "CL:0000748",
              "name": "retinal bipolar neuron"
            },
            "cellTypeAuthorAnnotation": "retinal bipolar neuron type A",
            "devStage": {
              "id": "HsapDv:0000147",
              "name": "53-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "53 years",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.681793,
          "sdRefIntergenicDistribution": 2.596446,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 785988,
          "distinctRankCount": 1749,
          "maxRank": 25111.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 245707353,
            "mappedReadsCount": 140233359,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, right eye",
            "cellType": {
              "id": "CL:0000604",
              "name": "retinal rod cell"
            },
            "cellTypeAuthorAnnotation": "retinal rod cell type C",
            "devStage": {
              "id": "HsapDv:0000147",
              "name": "53-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "53 years",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.570179,
          "sdRefIntergenicDistribution": 1.723031,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 60906,
          "distinctRankCount": 369,
          "maxRank": 21682.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 245707353,
            "mappedReadsCount": 140233359,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, right eye",
            "cellType": {
              "id": "CL:0000604",
              "name": "retinal rod cell"
            },
            "cellTypeAuthorAnnotation": "retinal rod cell type B",
            "devStage": {
              "id": "HsapDv:0000147",
              "name": "53-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "53 years",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.892829,
          "sdRefIntergenicDistribution": 3.114489,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2017980,
          "distinctRankCount": 2889,
          "maxRank": 25914.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 245707353,
            "mappedReadsCount": 140233359,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, right eye",
            "cellType": {
              "id": "CL:0000604",
              "name": "retinal rod cell"
            },
            "cellTypeAuthorAnnotation": "retinal rod cell type A",
            "devStage": {
              "id": "HsapDv:0000147",
              "name": "53-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "53 years",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.320253,
          "sdRefIntergenicDistribution": 2.808071,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2815935,
          "distinctRankCount": 2598,
          "maxRank": 25959.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 245707353,
            "mappedReadsCount": 140233359,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, right eye",
            "cellType": {
              "id": "CL:0000748",
              "name": "retinal bipolar neuron"
            },
            "cellTypeAuthorAnnotation": "retinal bipolar neuron type D",
            "devStage": {
              "id": "HsapDv:0000147",
              "name": "53-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "53 years",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.709609,
          "sdRefIntergenicDistribution": 2.024604,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 235595,
          "distinctRankCount": 767,
          "maxRank": 23855.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 251211033,
            "mappedReadsCount": 144303355,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860951"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, right eye",
            "cellType": {
              "id": "CL:0000573",
              "name": "retinal cone cell"
            },
            "cellTypeAuthorAnnotation": "retinal cone cell",
            "devStage": {
              "id": "HsapDv:0000147",
              "name": "53-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "53 years",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.367588,
          "sdRefIntergenicDistribution": 2.698649,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 898439,
          "distinctRankCount": 2069,
          "maxRank": 24797.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 251211033,
            "mappedReadsCount": 144303355,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860951"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, right eye",
            "cellType": {
              "id": "CL:0002371",
              "name": "somatic cell"
            },
            "cellTypeAuthorAnnotation": "unspecified",
            "devStage": {
              "id": "HsapDv:0000147",
              "name": "53-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "53 years",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.352191,
          "sdRefIntergenicDistribution": 1.867661,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 255591,
          "distinctRankCount": 662,
          "maxRank": 23615.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 251211033,
            "mappedReadsCount": 144303355,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860951"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, right eye",
            "cellType": {
              "id": "CL:0000561",
              "name": "amacrine cell"
            },
            "cellTypeAuthorAnnotation": "amacrine cell",
            "devStage": {
              "id": "HsapDv:0000147",
              "name": "53-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "53 years",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.732060,
          "sdRefIntergenicDistribution": 1.893891,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 188331,
          "distinctRankCount": 801,
          "maxRank": 24107.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 251211033,
            "mappedReadsCount": 144303355,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860951"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, right eye",
            "cellType": {
              "id": "CL:0000740",
              "name": "retinal ganglion cell"
            },
            "cellTypeAuthorAnnotation": "retinal ganglion cell",
            "devStage": {
              "id": "HsapDv:0000147",
              "name": "53-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "53 years",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.342107,
          "sdRefIntergenicDistribution": 2.000116,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 60957,
          "distinctRankCount": 277,
          "maxRank": 20753.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 251211033,
            "mappedReadsCount": 144303355,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860951"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, right eye",
            "cellType": {
              "id": "CL:0000129",
              "name": "microglial cell"
            },
            "cellTypeAuthorAnnotation": "microglial cell",
            "devStage": {
              "id": "HsapDv:0000147",
              "name": "53-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "53 years",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.836421,
          "sdRefIntergenicDistribution": 1.898015,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 132462,
          "distinctRankCount": 495,
          "maxRank": 22224.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 251211033,
            "mappedReadsCount": 144303355,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860951"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, right eye",
            "cellType": {
              "id": "CL:0000636",
              "name": "Mueller cell"
            },
            "cellTypeAuthorAnnotation": "Muller cell",
            "devStage": {
              "id": "HsapDv:0000147",
              "name": "53-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "53 years",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.767038,
          "sdRefIntergenicDistribution": 2.108781,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 302136,
          "distinctRankCount": 979,
          "maxRank": 24561.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 251211033,
            "mappedReadsCount": 144303355,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860951"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, right eye",
            "cellType": {
              "id": "CL:0000748",
              "name": "retinal bipolar neuron"
            },
            "cellTypeAuthorAnnotation": "retinal bipolar neuron type D",
            "devStage": {
              "id": "HsapDv:0000147",
              "name": "53-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "53 years",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.008829,
          "sdRefIntergenicDistribution": 2.050789,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 227602,
          "distinctRankCount": 806,
          "maxRank": 23785.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 251211033,
            "mappedReadsCount": 144303355,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860951"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, right eye",
            "cellType": {
              "id": "CL:0000748",
              "name": "retinal bipolar neuron"
            },
            "cellTypeAuthorAnnotation": "retinal bipolar neuron type C",
            "devStage": {
              "id": "HsapDv:0000147",
              "name": "53-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "53 years",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.114631,
          "sdRefIntergenicDistribution": 2.244270,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 387826,
          "distinctRankCount": 1127,
          "maxRank": 24572.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 251211033,
            "mappedReadsCount": 144303355,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860951"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, right eye",
            "cellType": {
              "id": "CL:0000748",
              "name": "retinal bipolar neuron"
            },
            "cellTypeAuthorAnnotation": "retinal bipolar neuron type B",
            "devStage": {
              "id": "HsapDv:0000147",
              "name": "53-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "53 years",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.690256,
          "sdRefIntergenicDistribution": 2.338695,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 469823,
          "distinctRankCount": 1330,
          "maxRank": 24843.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 251211033,
            "mappedReadsCount": 144303355,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860951"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, right eye",
            "cellType": {
              "id": "CL:0000748",
              "name": "retinal bipolar neuron"
            },
            "cellTypeAuthorAnnotation": "retinal bipolar neuron type A",
            "devStage": {
              "id": "HsapDv:0000147",
              "name": "53-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "53 years",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.796557,
          "sdRefIntergenicDistribution": 2.616407,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 763800,
          "distinctRankCount": 1739,
          "maxRank": 25086.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 251211033,
            "mappedReadsCount": 144303355,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860951"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, right eye",
            "cellType": {
              "id": "CL:0000604",
              "name": "retinal rod cell"
            },
            "cellTypeAuthorAnnotation": "retinal rod cell type C",
            "devStage": {
              "id": "HsapDv:0000147",
              "name": "53-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "53 years",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 32.629213,
          "sdRefIntergenicDistribution": 1.603310,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 32577,
          "distinctRankCount": 240,
          "maxRank": 20727.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 251211033,
            "mappedReadsCount": 144303355,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860951"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, right eye",
            "cellType": {
              "id": "CL:0000604",
              "name": "retinal rod cell"
            },
            "cellTypeAuthorAnnotation": "retinal rod cell type B",
            "devStage": {
              "id": "HsapDv:0000147",
              "name": "53-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "53 years",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.855146,
          "sdRefIntergenicDistribution": 3.146771,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2101413,
          "distinctRankCount": 2788,
          "maxRank": 26007.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 251211033,
            "mappedReadsCount": 144303355,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 20009,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_ERP111594_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ebi.ac.uk/ena/data/view/[experiment_id]",
              "evidenceUrl": "https://www.ebi.ac.uk/ena/data/view/[evidence_id]",
              "baseUrl": "https://www.ebi.ac.uk/ena",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 255,
              "name": "ENA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 103
            },
            "xRef": {
              "xRefId": "ERP111594",
              "xRefName": "Single cell RNA-seq of adult human neural retina",
              "xRefURL": "https://www.ebi.ac.uk/ena/data/view/ERP111594",
              "source": {
                "name": "ENA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ebi.ac.uk/ena"
              }
            },
            "assayCount": 0,
            "dOI": "10.15252/embj.2018100811",
            "name": "Single cell RNA-seq of adult human neural retina",
            "description": "To comprehensively profile cell types in the human retina, we performed single cell RNA-sequencing on 20,009 cells obtained post-mortem from three donors and compiled a reference transcriptome atlas. Using unsupervised clustering analysis, we identified 18 transcriptionally distinct clusters representing all known retinal cells: rod photoreceptors, cone photoreceptors, Muller glia cells, bipolar cells, amacrine cells, retinal ganglion cells, horizontal cells, retinal astrocytes and microglia.",
            "id": "ERP111594"
          },
          "id": "ERX2860951"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003902",
              "name": "retinal neural layer"
            },
            "anatEntityAuthorAnnotation": "neural retina, right eye",
            "cellType": {
              "id": "CL:0000604",
              "name": "retinal rod cell"
            },
            "cellTypeAuthorAnnotation": "retinal rod cell type A",
            "devStage": {
              "id": "HsapDv:0000147",
              "name": "53-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "53 years",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.302101,
          "sdRefIntergenicDistribution": 2.811911,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2866144,
          "distinctRankCount": 2643,
          "maxRank": 25894.00
        },
        "barcode": ""
      }
    ],
    "downloadUrls": [
      {
        "text": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
        "href": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz",
        "title": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_ERP111594.tsv.gz"
      },
      {
        "text": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
        "href": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/Homo_sapiens_ERP111594_droplet_based.h5ad",
        "title": "Homo_sapiens_ERP111594_droplet_based.h5ad"
      }
    ]
  }
}