{
  "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": 29084,
      "downloadFiles": [
        {
          "category": "ANNOTATED_SAMPLES",
          "dataType": "SC_RNA_SEQ",
          "sampleMultiplexing": true,
          "species": {
            "genus": "Drosophila",
            "speciesName": "melanogaster",
            "genomeVersion": "BDGP6.28",
            "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
            "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
            "dataSourcesForDataByDataTypes": {},
            "dataSourcesForAnnotationByDataTypes": {},
            "parentTaxonId": 32351,
            "genomeSpeciesId": 7227,
            "preferredDisplayOrder": 4,
            "name": "fruit fly",
            "id": 7227
          },
          "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
          "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP400422.tsv.gz",
          "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
          "size": 0
        },
        {
          "category": "INDIVIDUAL_SAMPLES",
          "dataType": "SC_RNA_SEQ",
          "sampleMultiplexing": true,
          "species": {
            "genus": "Drosophila",
            "speciesName": "melanogaster",
            "genomeVersion": "BDGP6.28",
            "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
            "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
            "dataSourcesForDataByDataTypes": {},
            "dataSourcesForAnnotationByDataTypes": {},
            "parentTaxonId": 32351,
            "genomeSpeciesId": 7227,
            "preferredDisplayOrder": 4,
            "name": "fruit fly",
            "id": 7227
          },
          "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
          "fileName": "Drosophila_melanogaster_SRP400422_droplet_based.h5ad",
          "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
          "size": 0
        }
      ],
      "dataSource": {
        "xRefUrl": "",
        "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
        "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
        "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
        "releaseDate": "2023-04-04",
        "releaseVersion": "",
        "toDisplay": true,
        "category": "SC_RNA_SEQ",
        "displayOrder": 1,
        "name": "SRA",
        "description": "Single-cell RNA-Seq data source for various species",
        "id": 102
      },
      "xRef": {
        "xRefId": "SRP400422",
        "xRefName": "Single Cell RNA Sequencing of the Adult Drosophila Eye Reveals Distinct Clusters and Novel Marker Genes for All Major Cell Types",
        "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP400422",
        "source": {
          "name": "SRA",
          "description": "Single-cell RNA-Seq data source for various species",
          "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
        }
      },
      "assayCount": 0,
      "dOI": "10.1038/s42003-022-04337-1",
      "name": "Single Cell RNA Sequencing of the Adult Drosophila Eye Reveals Distinct Clusters and Novel Marker Genes for All Major Cell Types",
      "description": "Although the adult Drosophila eye is an important model system for phototransduction and human disease research, high quality single cell resolution transcriptome data is lacking for this tissue. To address this, we performed single cell RNA-sequencing on wild-type Canton-S adult eyes from 1 day old male and female, 3-day and 7-day old male flies. These data sets will serve as an valuable resource for future research using the adult eye. Overall design: Adult eyes of Canton-S flies were dissected and dissociated into single cell solution with collagenase. Single cells were analyzed with 10x Chromium based scRNA-seq",
      "id": "SRP400422"
    },
    "assays": [
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 582854699,
            "mappedReadsCount": 288829079,
            "minReadLength": 80,
            "maxReadLength": 80
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 29084,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP400422.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_SRP400422_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP400422",
              "xRefName": "Single Cell RNA Sequencing of the Adult Drosophila Eye Reveals Distinct Clusters and Novel Marker Genes for All Major Cell Types",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP400422",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s42003-022-04337-1",
            "name": "Single Cell RNA Sequencing of the Adult Drosophila Eye Reveals Distinct Clusters and Novel Marker Genes for All Major Cell Types",
            "description": "Although the adult Drosophila eye is an important model system for phototransduction and human disease research, high quality single cell resolution transcriptome data is lacking for this tissue. To address this, we performed single cell RNA-sequencing on wild-type Canton-S adult eyes from 1 day old male and female, 3-day and 7-day old male flies. These data sets will serve as an valuable resource for future research using the adult eye. Overall design: Adult eyes of Canton-S flies were dissected and dissociated into single cell solution with collagenase. Single cells were analyzed with 10x Chromium based scRNA-seq",
            "id": "SRP400422"
          },
          "id": "SRX17760875"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000018",
              "name": "compound eye"
            },
            "anatEntityAuthorAnnotation": "Adult compound eye",
            "cellType": {
              "id": "FBbt:00006009",
              "name": "eye photoreceptor cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "R1-6",
            "devStage": {
              "id": "UBERON:0000066",
              "name": "fully formed stage"
            },
            "devStageAuthorAnnotation": "1 day after eclosion",
            "sex": "male",
            "strain": "Canton-S",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.132254,
          "sdRefIntergenicDistribution": 4.928518,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 35635959,
          "distinctRankCount": 3194,
          "maxRank": 12181.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 582854699,
            "mappedReadsCount": 288829079,
            "minReadLength": 80,
            "maxReadLength": 80
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 29084,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP400422.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_SRP400422_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP400422",
              "xRefName": "Single Cell RNA Sequencing of the Adult Drosophila Eye Reveals Distinct Clusters and Novel Marker Genes for All Major Cell Types",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP400422",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s42003-022-04337-1",
            "name": "Single Cell RNA Sequencing of the Adult Drosophila Eye Reveals Distinct Clusters and Novel Marker Genes for All Major Cell Types",
            "description": "Although the adult Drosophila eye is an important model system for phototransduction and human disease research, high quality single cell resolution transcriptome data is lacking for this tissue. To address this, we performed single cell RNA-sequencing on wild-type Canton-S adult eyes from 1 day old male and female, 3-day and 7-day old male flies. These data sets will serve as an valuable resource for future research using the adult eye. Overall design: Adult eyes of Canton-S flies were dissected and dissociated into single cell solution with collagenase. Single cells were analyzed with 10x Chromium based scRNA-seq",
            "id": "SRP400422"
          },
          "id": "SRX17760875"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000018",
              "name": "compound eye"
            },
            "anatEntityAuthorAnnotation": "Adult compound eye",
            "cellType": {
              "id": "FBbt:00004225",
              "name": "photoreceptor cell R7 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "R7",
            "devStage": {
              "id": "UBERON:0000066",
              "name": "fully formed stage"
            },
            "devStageAuthorAnnotation": "1 day after eclosion",
            "sex": "male",
            "strain": "Canton-S",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.194584,
          "sdRefIntergenicDistribution": 4.437633,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 21464476,
          "distinctRankCount": 2775,
          "maxRank": 11996.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 582854699,
            "mappedReadsCount": 288829079,
            "minReadLength": 80,
            "maxReadLength": 80
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 29084,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP400422.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_SRP400422_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP400422",
              "xRefName": "Single Cell RNA Sequencing of the Adult Drosophila Eye Reveals Distinct Clusters and Novel Marker Genes for All Major Cell Types",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP400422",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s42003-022-04337-1",
            "name": "Single Cell RNA Sequencing of the Adult Drosophila Eye Reveals Distinct Clusters and Novel Marker Genes for All Major Cell Types",
            "description": "Although the adult Drosophila eye is an important model system for phototransduction and human disease research, high quality single cell resolution transcriptome data is lacking for this tissue. To address this, we performed single cell RNA-sequencing on wild-type Canton-S adult eyes from 1 day old male and female, 3-day and 7-day old male flies. These data sets will serve as an valuable resource for future research using the adult eye. Overall design: Adult eyes of Canton-S flies were dissected and dissociated into single cell solution with collagenase. Single cells were analyzed with 10x Chromium based scRNA-seq",
            "id": "SRP400422"
          },
          "id": "SRX17760875"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000018",
              "name": "compound eye"
            },
            "anatEntityAuthorAnnotation": "Adult compound eye",
            "cellType": {
              "id": "FBbt:00004227",
              "name": "photoreceptor cell R8 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "R8",
            "devStage": {
              "id": "UBERON:0000066",
              "name": "fully formed stage"
            },
            "devStageAuthorAnnotation": "1 day after eclosion",
            "sex": "male",
            "strain": "Canton-S",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.382628,
          "sdRefIntergenicDistribution": 3.561222,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7599120,
          "distinctRankCount": 1832,
          "maxRank": 11602.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 582854699,
            "mappedReadsCount": 288829079,
            "minReadLength": 80,
            "maxReadLength": 80
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 29084,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP400422.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_SRP400422_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP400422",
              "xRefName": "Single Cell RNA Sequencing of the Adult Drosophila Eye Reveals Distinct Clusters and Novel Marker Genes for All Major Cell Types",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP400422",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s42003-022-04337-1",
            "name": "Single Cell RNA Sequencing of the Adult Drosophila Eye Reveals Distinct Clusters and Novel Marker Genes for All Major Cell Types",
            "description": "Although the adult Drosophila eye is an important model system for phototransduction and human disease research, high quality single cell resolution transcriptome data is lacking for this tissue. To address this, we performed single cell RNA-sequencing on wild-type Canton-S adult eyes from 1 day old male and female, 3-day and 7-day old male flies. These data sets will serve as an valuable resource for future research using the adult eye. Overall design: Adult eyes of Canton-S flies were dissected and dissociated into single cell solution with collagenase. Single cells were analyzed with 10x Chromium based scRNA-seq",
            "id": "SRP400422"
          },
          "id": "SRX17760875"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000018",
              "name": "compound eye"
            },
            "anatEntityAuthorAnnotation": "Adult compound eye",
            "cellType": {
              "id": "CL:0000718",
              "name": "compound eye cone cell"
            },
            "cellTypeAuthorAnnotation": "Cone",
            "devStage": {
              "id": "UBERON:0000066",
              "name": "fully formed stage"
            },
            "devStageAuthorAnnotation": "1 day after eclosion",
            "sex": "male",
            "strain": "Canton-S",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.257334,
          "sdRefIntergenicDistribution": 2.142306,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 98123,
          "distinctRankCount": 234,
          "maxRank": 10016.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 582854699,
            "mappedReadsCount": 288829079,
            "minReadLength": 80,
            "maxReadLength": 80
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 29084,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP400422.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_SRP400422_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP400422",
              "xRefName": "Single Cell RNA Sequencing of the Adult Drosophila Eye Reveals Distinct Clusters and Novel Marker Genes for All Major Cell Types",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP400422",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s42003-022-04337-1",
            "name": "Single Cell RNA Sequencing of the Adult Drosophila Eye Reveals Distinct Clusters and Novel Marker Genes for All Major Cell Types",
            "description": "Although the adult Drosophila eye is an important model system for phototransduction and human disease research, high quality single cell resolution transcriptome data is lacking for this tissue. To address this, we performed single cell RNA-sequencing on wild-type Canton-S adult eyes from 1 day old male and female, 3-day and 7-day old male flies. These data sets will serve as an valuable resource for future research using the adult eye. Overall design: Adult eyes of Canton-S flies were dissected and dissociated into single cell solution with collagenase. Single cells were analyzed with 10x Chromium based scRNA-seq",
            "id": "SRP400422"
          },
          "id": "SRX17760875"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000018",
              "name": "compound eye"
            },
            "anatEntityAuthorAnnotation": "Adult compound eye",
            "cellType": {
              "id": "FBbt:00004231",
              "name": "primary pigment cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "1_Pigment",
            "devStage": {
              "id": "UBERON:0000066",
              "name": "fully formed stage"
            },
            "devStageAuthorAnnotation": "1 day after eclosion",
            "sex": "male",
            "strain": "Canton-S",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.535259,
          "sdRefIntergenicDistribution": 2.418921,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 492502,
          "distinctRankCount": 437,
          "maxRank": 10823.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 582854699,
            "mappedReadsCount": 288829079,
            "minReadLength": 80,
            "maxReadLength": 80
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 29084,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP400422.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_SRP400422_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP400422",
              "xRefName": "Single Cell RNA Sequencing of the Adult Drosophila Eye Reveals Distinct Clusters and Novel Marker Genes for All Major Cell Types",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP400422",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s42003-022-04337-1",
            "name": "Single Cell RNA Sequencing of the Adult Drosophila Eye Reveals Distinct Clusters and Novel Marker Genes for All Major Cell Types",
            "description": "Although the adult Drosophila eye is an important model system for phototransduction and human disease research, high quality single cell resolution transcriptome data is lacking for this tissue. To address this, we performed single cell RNA-sequencing on wild-type Canton-S adult eyes from 1 day old male and female, 3-day and 7-day old male flies. These data sets will serve as an valuable resource for future research using the adult eye. Overall design: Adult eyes of Canton-S flies were dissected and dissociated into single cell solution with collagenase. Single cells were analyzed with 10x Chromium based scRNA-seq",
            "id": "SRP400422"
          },
          "id": "SRX17760875"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000018",
              "name": "compound eye"
            },
            "anatEntityAuthorAnnotation": "Adult compound eye",
            "cellType": {
              "id": "FBbt:00007250",
              "name": "inter-ommatidial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "2,3_Pigments",
            "devStage": {
              "id": "UBERON:0000066",
              "name": "fully formed stage"
            },
            "devStageAuthorAnnotation": "1 day after eclosion",
            "sex": "male",
            "strain": "Canton-S",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.272073,
          "sdRefIntergenicDistribution": 4.119087,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 12009809,
          "distinctRankCount": 2190,
          "maxRank": 12072.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 267363440,
            "mappedReadsCount": 253979953,
            "minReadLength": 151,
            "maxReadLength": 151
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 29084,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP400422.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_SRP400422_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP400422",
              "xRefName": "Single Cell RNA Sequencing of the Adult Drosophila Eye Reveals Distinct Clusters and Novel Marker Genes for All Major Cell Types",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP400422",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s42003-022-04337-1",
            "name": "Single Cell RNA Sequencing of the Adult Drosophila Eye Reveals Distinct Clusters and Novel Marker Genes for All Major Cell Types",
            "description": "Although the adult Drosophila eye is an important model system for phototransduction and human disease research, high quality single cell resolution transcriptome data is lacking for this tissue. To address this, we performed single cell RNA-sequencing on wild-type Canton-S adult eyes from 1 day old male and female, 3-day and 7-day old male flies. These data sets will serve as an valuable resource for future research using the adult eye. Overall design: Adult eyes of Canton-S flies were dissected and dissociated into single cell solution with collagenase. Single cells were analyzed with 10x Chromium based scRNA-seq",
            "id": "SRP400422"
          },
          "id": "SRX17760876"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000018",
              "name": "compound eye"
            },
            "anatEntityAuthorAnnotation": "Adult compound eye",
            "cellType": {
              "id": "FBbt:00004231",
              "name": "primary pigment cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "1_Pigment",
            "devStage": {
              "id": "UBERON:0000066",
              "name": "fully formed stage"
            },
            "devStageAuthorAnnotation": "3 days after eclosion",
            "sex": "male",
            "strain": "Canton-S",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.302274,
          "sdRefIntergenicDistribution": 2.413681,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 812395,
          "distinctRankCount": 469,
          "maxRank": 10571.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 267363440,
            "mappedReadsCount": 253979953,
            "minReadLength": 151,
            "maxReadLength": 151
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 29084,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP400422.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_SRP400422_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP400422",
              "xRefName": "Single Cell RNA Sequencing of the Adult Drosophila Eye Reveals Distinct Clusters and Novel Marker Genes for All Major Cell Types",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP400422",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s42003-022-04337-1",
            "name": "Single Cell RNA Sequencing of the Adult Drosophila Eye Reveals Distinct Clusters and Novel Marker Genes for All Major Cell Types",
            "description": "Although the adult Drosophila eye is an important model system for phototransduction and human disease research, high quality single cell resolution transcriptome data is lacking for this tissue. To address this, we performed single cell RNA-sequencing on wild-type Canton-S adult eyes from 1 day old male and female, 3-day and 7-day old male flies. These data sets will serve as an valuable resource for future research using the adult eye. Overall design: Adult eyes of Canton-S flies were dissected and dissociated into single cell solution with collagenase. Single cells were analyzed with 10x Chromium based scRNA-seq",
            "id": "SRP400422"
          },
          "id": "SRX17760876"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000018",
              "name": "compound eye"
            },
            "anatEntityAuthorAnnotation": "Adult compound eye",
            "cellType": {
              "id": "CL:0000718",
              "name": "compound eye cone cell"
            },
            "cellTypeAuthorAnnotation": "Cone",
            "devStage": {
              "id": "UBERON:0000066",
              "name": "fully formed stage"
            },
            "devStageAuthorAnnotation": "3 days after eclosion",
            "sex": "male",
            "strain": "Canton-S",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.674141,
          "sdRefIntergenicDistribution": 2.152336,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 158058,
          "distinctRankCount": 261,
          "maxRank": 10104.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 267363440,
            "mappedReadsCount": 253979953,
            "minReadLength": 151,
            "maxReadLength": 151
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 29084,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP400422.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_SRP400422_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP400422",
              "xRefName": "Single Cell RNA Sequencing of the Adult Drosophila Eye Reveals Distinct Clusters and Novel Marker Genes for All Major Cell Types",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP400422",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s42003-022-04337-1",
            "name": "Single Cell RNA Sequencing of the Adult Drosophila Eye Reveals Distinct Clusters and Novel Marker Genes for All Major Cell Types",
            "description": "Although the adult Drosophila eye is an important model system for phototransduction and human disease research, high quality single cell resolution transcriptome data is lacking for this tissue. To address this, we performed single cell RNA-sequencing on wild-type Canton-S adult eyes from 1 day old male and female, 3-day and 7-day old male flies. These data sets will serve as an valuable resource for future research using the adult eye. Overall design: Adult eyes of Canton-S flies were dissected and dissociated into single cell solution with collagenase. Single cells were analyzed with 10x Chromium based scRNA-seq",
            "id": "SRP400422"
          },
          "id": "SRX17760876"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000018",
              "name": "compound eye"
            },
            "anatEntityAuthorAnnotation": "Adult compound eye",
            "cellType": {
              "id": "FBbt:00004227",
              "name": "photoreceptor cell R8 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "R8",
            "devStage": {
              "id": "UBERON:0000066",
              "name": "fully formed stage"
            },
            "devStageAuthorAnnotation": "3 days after eclosion",
            "sex": "male",
            "strain": "Canton-S",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.631718,
          "sdRefIntergenicDistribution": 3.015293,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3641936,
          "distinctRankCount": 1282,
          "maxRank": 11181.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 267363440,
            "mappedReadsCount": 253979953,
            "minReadLength": 151,
            "maxReadLength": 151
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 29084,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP400422.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_SRP400422_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP400422",
              "xRefName": "Single Cell RNA Sequencing of the Adult Drosophila Eye Reveals Distinct Clusters and Novel Marker Genes for All Major Cell Types",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP400422",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s42003-022-04337-1",
            "name": "Single Cell RNA Sequencing of the Adult Drosophila Eye Reveals Distinct Clusters and Novel Marker Genes for All Major Cell Types",
            "description": "Although the adult Drosophila eye is an important model system for phototransduction and human disease research, high quality single cell resolution transcriptome data is lacking for this tissue. To address this, we performed single cell RNA-sequencing on wild-type Canton-S adult eyes from 1 day old male and female, 3-day and 7-day old male flies. These data sets will serve as an valuable resource for future research using the adult eye. Overall design: Adult eyes of Canton-S flies were dissected and dissociated into single cell solution with collagenase. Single cells were analyzed with 10x Chromium based scRNA-seq",
            "id": "SRP400422"
          },
          "id": "SRX17760876"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000018",
              "name": "compound eye"
            },
            "anatEntityAuthorAnnotation": "Adult compound eye",
            "cellType": {
              "id": "FBbt:00004225",
              "name": "photoreceptor cell R7 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "R7",
            "devStage": {
              "id": "UBERON:0000066",
              "name": "fully formed stage"
            },
            "devStageAuthorAnnotation": "3 days after eclosion",
            "sex": "male",
            "strain": "Canton-S",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.329956,
          "sdRefIntergenicDistribution": 3.707512,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10207407,
          "distinctRankCount": 1919,
          "maxRank": 11555.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 267363440,
            "mappedReadsCount": 253979953,
            "minReadLength": 151,
            "maxReadLength": 151
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 29084,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP400422.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_SRP400422_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP400422",
              "xRefName": "Single Cell RNA Sequencing of the Adult Drosophila Eye Reveals Distinct Clusters and Novel Marker Genes for All Major Cell Types",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP400422",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s42003-022-04337-1",
            "name": "Single Cell RNA Sequencing of the Adult Drosophila Eye Reveals Distinct Clusters and Novel Marker Genes for All Major Cell Types",
            "description": "Although the adult Drosophila eye is an important model system for phototransduction and human disease research, high quality single cell resolution transcriptome data is lacking for this tissue. To address this, we performed single cell RNA-sequencing on wild-type Canton-S adult eyes from 1 day old male and female, 3-day and 7-day old male flies. These data sets will serve as an valuable resource for future research using the adult eye. Overall design: Adult eyes of Canton-S flies were dissected and dissociated into single cell solution with collagenase. Single cells were analyzed with 10x Chromium based scRNA-seq",
            "id": "SRP400422"
          },
          "id": "SRX17760876"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000018",
              "name": "compound eye"
            },
            "anatEntityAuthorAnnotation": "Adult compound eye",
            "cellType": {
              "id": "FBbt:00006009",
              "name": "eye photoreceptor cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "R1-6",
            "devStage": {
              "id": "UBERON:0000066",
              "name": "fully formed stage"
            },
            "devStageAuthorAnnotation": "3 days after eclosion",
            "sex": "male",
            "strain": "Canton-S",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.176800,
          "sdRefIntergenicDistribution": 4.002184,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 20558082,
          "distinctRankCount": 2435,
          "maxRank": 11761.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 267363440,
            "mappedReadsCount": 253979953,
            "minReadLength": 151,
            "maxReadLength": 151
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 29084,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP400422.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_SRP400422_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP400422",
              "xRefName": "Single Cell RNA Sequencing of the Adult Drosophila Eye Reveals Distinct Clusters and Novel Marker Genes for All Major Cell Types",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP400422",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s42003-022-04337-1",
            "name": "Single Cell RNA Sequencing of the Adult Drosophila Eye Reveals Distinct Clusters and Novel Marker Genes for All Major Cell Types",
            "description": "Although the adult Drosophila eye is an important model system for phototransduction and human disease research, high quality single cell resolution transcriptome data is lacking for this tissue. To address this, we performed single cell RNA-sequencing on wild-type Canton-S adult eyes from 1 day old male and female, 3-day and 7-day old male flies. These data sets will serve as an valuable resource for future research using the adult eye. Overall design: Adult eyes of Canton-S flies were dissected and dissociated into single cell solution with collagenase. Single cells were analyzed with 10x Chromium based scRNA-seq",
            "id": "SRP400422"
          },
          "id": "SRX17760876"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000018",
              "name": "compound eye"
            },
            "anatEntityAuthorAnnotation": "Adult compound eye",
            "cellType": {
              "id": "FBbt:00007250",
              "name": "inter-ommatidial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "2,3_Pigments",
            "devStage": {
              "id": "UBERON:0000066",
              "name": "fully formed stage"
            },
            "devStageAuthorAnnotation": "3 days after eclosion",
            "sex": "male",
            "strain": "Canton-S",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.542598,
          "sdRefIntergenicDistribution": 3.371930,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4673384,
          "distinctRankCount": 1438,
          "maxRank": 11623.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 104124851,
            "mappedReadsCount": 97101025,
            "minReadLength": 151,
            "maxReadLength": 151
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 29084,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP400422.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_SRP400422_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP400422",
              "xRefName": "Single Cell RNA Sequencing of the Adult Drosophila Eye Reveals Distinct Clusters and Novel Marker Genes for All Major Cell Types",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP400422",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s42003-022-04337-1",
            "name": "Single Cell RNA Sequencing of the Adult Drosophila Eye Reveals Distinct Clusters and Novel Marker Genes for All Major Cell Types",
            "description": "Although the adult Drosophila eye is an important model system for phototransduction and human disease research, high quality single cell resolution transcriptome data is lacking for this tissue. To address this, we performed single cell RNA-sequencing on wild-type Canton-S adult eyes from 1 day old male and female, 3-day and 7-day old male flies. These data sets will serve as an valuable resource for future research using the adult eye. Overall design: Adult eyes of Canton-S flies were dissected and dissociated into single cell solution with collagenase. Single cells were analyzed with 10x Chromium based scRNA-seq",
            "id": "SRP400422"
          },
          "id": "SRX17760877"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000018",
              "name": "compound eye"
            },
            "anatEntityAuthorAnnotation": "Adult compound eye",
            "cellType": {
              "id": "FBbt:00007250",
              "name": "inter-ommatidial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "2,3_Pigments",
            "devStage": {
              "id": "UBERON:0000066",
              "name": "fully formed stage"
            },
            "devStageAuthorAnnotation": "7 days after eclosion",
            "sex": "male",
            "strain": "Canton-S",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.101713,
          "sdRefIntergenicDistribution": 2.983525,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2284539,
          "distinctRankCount": 1038,
          "maxRank": 11305.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 104124851,
            "mappedReadsCount": 97101025,
            "minReadLength": 151,
            "maxReadLength": 151
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 29084,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP400422.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_SRP400422_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP400422",
              "xRefName": "Single Cell RNA Sequencing of the Adult Drosophila Eye Reveals Distinct Clusters and Novel Marker Genes for All Major Cell Types",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP400422",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s42003-022-04337-1",
            "name": "Single Cell RNA Sequencing of the Adult Drosophila Eye Reveals Distinct Clusters and Novel Marker Genes for All Major Cell Types",
            "description": "Although the adult Drosophila eye is an important model system for phototransduction and human disease research, high quality single cell resolution transcriptome data is lacking for this tissue. To address this, we performed single cell RNA-sequencing on wild-type Canton-S adult eyes from 1 day old male and female, 3-day and 7-day old male flies. These data sets will serve as an valuable resource for future research using the adult eye. Overall design: Adult eyes of Canton-S flies were dissected and dissociated into single cell solution with collagenase. Single cells were analyzed with 10x Chromium based scRNA-seq",
            "id": "SRP400422"
          },
          "id": "SRX17760877"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000018",
              "name": "compound eye"
            },
            "anatEntityAuthorAnnotation": "Adult compound eye",
            "cellType": {
              "id": "FBbt:00006009",
              "name": "eye photoreceptor cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "R1-6",
            "devStage": {
              "id": "UBERON:0000066",
              "name": "fully formed stage"
            },
            "devStageAuthorAnnotation": "7 days after eclosion",
            "sex": "male",
            "strain": "Canton-S",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.416135,
          "sdRefIntergenicDistribution": 3.390040,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7306958,
          "distinctRankCount": 1568,
          "maxRank": 11413.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 104124851,
            "mappedReadsCount": 97101025,
            "minReadLength": 151,
            "maxReadLength": 151
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 29084,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP400422.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_SRP400422_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP400422",
              "xRefName": "Single Cell RNA Sequencing of the Adult Drosophila Eye Reveals Distinct Clusters and Novel Marker Genes for All Major Cell Types",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP400422",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s42003-022-04337-1",
            "name": "Single Cell RNA Sequencing of the Adult Drosophila Eye Reveals Distinct Clusters and Novel Marker Genes for All Major Cell Types",
            "description": "Although the adult Drosophila eye is an important model system for phototransduction and human disease research, high quality single cell resolution transcriptome data is lacking for this tissue. To address this, we performed single cell RNA-sequencing on wild-type Canton-S adult eyes from 1 day old male and female, 3-day and 7-day old male flies. These data sets will serve as an valuable resource for future research using the adult eye. Overall design: Adult eyes of Canton-S flies were dissected and dissociated into single cell solution with collagenase. Single cells were analyzed with 10x Chromium based scRNA-seq",
            "id": "SRP400422"
          },
          "id": "SRX17760877"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000018",
              "name": "compound eye"
            },
            "anatEntityAuthorAnnotation": "Adult compound eye",
            "cellType": {
              "id": "FBbt:00004225",
              "name": "photoreceptor cell R7 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "R7",
            "devStage": {
              "id": "UBERON:0000066",
              "name": "fully formed stage"
            },
            "devStageAuthorAnnotation": "7 days after eclosion",
            "sex": "male",
            "strain": "Canton-S",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.794785,
          "sdRefIntergenicDistribution": 3.243894,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3222355,
          "distinctRankCount": 1148,
          "maxRank": 11132.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 104124851,
            "mappedReadsCount": 97101025,
            "minReadLength": 151,
            "maxReadLength": 151
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 29084,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP400422.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_SRP400422_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP400422",
              "xRefName": "Single Cell RNA Sequencing of the Adult Drosophila Eye Reveals Distinct Clusters and Novel Marker Genes for All Major Cell Types",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP400422",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s42003-022-04337-1",
            "name": "Single Cell RNA Sequencing of the Adult Drosophila Eye Reveals Distinct Clusters and Novel Marker Genes for All Major Cell Types",
            "description": "Although the adult Drosophila eye is an important model system for phototransduction and human disease research, high quality single cell resolution transcriptome data is lacking for this tissue. To address this, we performed single cell RNA-sequencing on wild-type Canton-S adult eyes from 1 day old male and female, 3-day and 7-day old male flies. These data sets will serve as an valuable resource for future research using the adult eye. Overall design: Adult eyes of Canton-S flies were dissected and dissociated into single cell solution with collagenase. Single cells were analyzed with 10x Chromium based scRNA-seq",
            "id": "SRP400422"
          },
          "id": "SRX17760877"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000018",
              "name": "compound eye"
            },
            "anatEntityAuthorAnnotation": "Adult compound eye",
            "cellType": {
              "id": "FBbt:00004227",
              "name": "photoreceptor cell R8 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "R8",
            "devStage": {
              "id": "UBERON:0000066",
              "name": "fully formed stage"
            },
            "devStageAuthorAnnotation": "7 days after eclosion",
            "sex": "male",
            "strain": "Canton-S",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.290826,
          "sdRefIntergenicDistribution": 2.672731,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1615788,
          "distinctRankCount": 849,
          "maxRank": 10850.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 104124851,
            "mappedReadsCount": 97101025,
            "minReadLength": 151,
            "maxReadLength": 151
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 29084,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP400422.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_SRP400422_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP400422",
              "xRefName": "Single Cell RNA Sequencing of the Adult Drosophila Eye Reveals Distinct Clusters and Novel Marker Genes for All Major Cell Types",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP400422",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s42003-022-04337-1",
            "name": "Single Cell RNA Sequencing of the Adult Drosophila Eye Reveals Distinct Clusters and Novel Marker Genes for All Major Cell Types",
            "description": "Although the adult Drosophila eye is an important model system for phototransduction and human disease research, high quality single cell resolution transcriptome data is lacking for this tissue. To address this, we performed single cell RNA-sequencing on wild-type Canton-S adult eyes from 1 day old male and female, 3-day and 7-day old male flies. These data sets will serve as an valuable resource for future research using the adult eye. Overall design: Adult eyes of Canton-S flies were dissected and dissociated into single cell solution with collagenase. Single cells were analyzed with 10x Chromium based scRNA-seq",
            "id": "SRP400422"
          },
          "id": "SRX17760877"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000018",
              "name": "compound eye"
            },
            "anatEntityAuthorAnnotation": "Adult compound eye",
            "cellType": {
              "id": "CL:0000718",
              "name": "compound eye cone cell"
            },
            "cellTypeAuthorAnnotation": "Cone",
            "devStage": {
              "id": "UBERON:0000066",
              "name": "fully formed stage"
            },
            "devStageAuthorAnnotation": "7 days after eclosion",
            "sex": "male",
            "strain": "Canton-S",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 29.166219,
          "sdRefIntergenicDistribution": 1.913238,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 44529,
          "distinctRankCount": 167,
          "maxRank": 9468.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 104124851,
            "mappedReadsCount": 97101025,
            "minReadLength": 151,
            "maxReadLength": 151
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 29084,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP400422.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_SRP400422_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP400422",
              "xRefName": "Single Cell RNA Sequencing of the Adult Drosophila Eye Reveals Distinct Clusters and Novel Marker Genes for All Major Cell Types",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP400422",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s42003-022-04337-1",
            "name": "Single Cell RNA Sequencing of the Adult Drosophila Eye Reveals Distinct Clusters and Novel Marker Genes for All Major Cell Types",
            "description": "Although the adult Drosophila eye is an important model system for phototransduction and human disease research, high quality single cell resolution transcriptome data is lacking for this tissue. To address this, we performed single cell RNA-sequencing on wild-type Canton-S adult eyes from 1 day old male and female, 3-day and 7-day old male flies. These data sets will serve as an valuable resource for future research using the adult eye. Overall design: Adult eyes of Canton-S flies were dissected and dissociated into single cell solution with collagenase. Single cells were analyzed with 10x Chromium based scRNA-seq",
            "id": "SRP400422"
          },
          "id": "SRX17760877"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000018",
              "name": "compound eye"
            },
            "anatEntityAuthorAnnotation": "Adult compound eye",
            "cellType": {
              "id": "FBbt:00004231",
              "name": "primary pigment cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "1_Pigment",
            "devStage": {
              "id": "UBERON:0000066",
              "name": "fully formed stage"
            },
            "devStageAuthorAnnotation": "7 days after eclosion",
            "sex": "male",
            "strain": "Canton-S",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.304333,
          "sdRefIntergenicDistribution": 1.940535,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 228065,
          "distinctRankCount": 286,
          "maxRank": 10134.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570818615,
            "mappedReadsCount": 538028692,
            "minReadLength": 151,
            "maxReadLength": 151
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 29084,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP400422.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_SRP400422_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP400422",
              "xRefName": "Single Cell RNA Sequencing of the Adult Drosophila Eye Reveals Distinct Clusters and Novel Marker Genes for All Major Cell Types",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP400422",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s42003-022-04337-1",
            "name": "Single Cell RNA Sequencing of the Adult Drosophila Eye Reveals Distinct Clusters and Novel Marker Genes for All Major Cell Types",
            "description": "Although the adult Drosophila eye is an important model system for phototransduction and human disease research, high quality single cell resolution transcriptome data is lacking for this tissue. To address this, we performed single cell RNA-sequencing on wild-type Canton-S adult eyes from 1 day old male and female, 3-day and 7-day old male flies. These data sets will serve as an valuable resource for future research using the adult eye. Overall design: Adult eyes of Canton-S flies were dissected and dissociated into single cell solution with collagenase. Single cells were analyzed with 10x Chromium based scRNA-seq",
            "id": "SRP400422"
          },
          "id": "SRX17760878"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000018",
              "name": "compound eye"
            },
            "anatEntityAuthorAnnotation": "Adult compound eye",
            "cellType": {
              "id": "FBbt:00006009",
              "name": "eye photoreceptor cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "R1-6",
            "devStage": {
              "id": "UBERON:0000066",
              "name": "fully formed stage"
            },
            "devStageAuthorAnnotation": "1 day after eclosion",
            "sex": "female",
            "strain": "Canton-S",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.114556,
          "sdRefIntergenicDistribution": 4.627872,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 39971187,
          "distinctRankCount": 3145,
          "maxRank": 11992.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570818615,
            "mappedReadsCount": 538028692,
            "minReadLength": 151,
            "maxReadLength": 151
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 29084,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP400422.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_SRP400422_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP400422",
              "xRefName": "Single Cell RNA Sequencing of the Adult Drosophila Eye Reveals Distinct Clusters and Novel Marker Genes for All Major Cell Types",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP400422",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s42003-022-04337-1",
            "name": "Single Cell RNA Sequencing of the Adult Drosophila Eye Reveals Distinct Clusters and Novel Marker Genes for All Major Cell Types",
            "description": "Although the adult Drosophila eye is an important model system for phototransduction and human disease research, high quality single cell resolution transcriptome data is lacking for this tissue. To address this, we performed single cell RNA-sequencing on wild-type Canton-S adult eyes from 1 day old male and female, 3-day and 7-day old male flies. These data sets will serve as an valuable resource for future research using the adult eye. Overall design: Adult eyes of Canton-S flies were dissected and dissociated into single cell solution with collagenase. Single cells were analyzed with 10x Chromium based scRNA-seq",
            "id": "SRP400422"
          },
          "id": "SRX17760878"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000018",
              "name": "compound eye"
            },
            "anatEntityAuthorAnnotation": "Adult compound eye",
            "cellType": {
              "id": "FBbt:00007250",
              "name": "inter-ommatidial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "2,3_Pigments",
            "devStage": {
              "id": "UBERON:0000066",
              "name": "fully formed stage"
            },
            "devStageAuthorAnnotation": "1 day after eclosion",
            "sex": "female",
            "strain": "Canton-S",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.541026,
          "sdRefIntergenicDistribution": 3.349611,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4881141,
          "distinctRankCount": 1532,
          "maxRank": 11627.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570818615,
            "mappedReadsCount": 538028692,
            "minReadLength": 151,
            "maxReadLength": 151
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 29084,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP400422.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_SRP400422_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP400422",
              "xRefName": "Single Cell RNA Sequencing of the Adult Drosophila Eye Reveals Distinct Clusters and Novel Marker Genes for All Major Cell Types",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP400422",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s42003-022-04337-1",
            "name": "Single Cell RNA Sequencing of the Adult Drosophila Eye Reveals Distinct Clusters and Novel Marker Genes for All Major Cell Types",
            "description": "Although the adult Drosophila eye is an important model system for phototransduction and human disease research, high quality single cell resolution transcriptome data is lacking for this tissue. To address this, we performed single cell RNA-sequencing on wild-type Canton-S adult eyes from 1 day old male and female, 3-day and 7-day old male flies. These data sets will serve as an valuable resource for future research using the adult eye. Overall design: Adult eyes of Canton-S flies were dissected and dissociated into single cell solution with collagenase. Single cells were analyzed with 10x Chromium based scRNA-seq",
            "id": "SRP400422"
          },
          "id": "SRX17760878"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000018",
              "name": "compound eye"
            },
            "anatEntityAuthorAnnotation": "Adult compound eye",
            "cellType": {
              "id": "FBbt:00004225",
              "name": "photoreceptor cell R7 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "R7",
            "devStage": {
              "id": "UBERON:0000066",
              "name": "fully formed stage"
            },
            "devStageAuthorAnnotation": "1 day after eclosion",
            "sex": "female",
            "strain": "Canton-S",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.230237,
          "sdRefIntergenicDistribution": 4.070163,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 15805815,
          "distinctRankCount": 2383,
          "maxRank": 11642.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 570818615,
            "mappedReadsCount": 538028692,
            "minReadLength": 151,
            "maxReadLength": 151
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 29084,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP400422.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_SRP400422_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP400422",
              "xRefName": "Single Cell RNA Sequencing of the Adult Drosophila Eye Reveals Distinct Clusters and Novel Marker Genes for All Major Cell Types",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP400422",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s42003-022-04337-1",
            "name": "Single Cell RNA Sequencing of the Adult Drosophila Eye Reveals Distinct Clusters and Novel Marker Genes for All Major Cell Types",
            "description": "Although the adult Drosophila eye is an important model system for phototransduction and human disease research, high quality single cell resolution transcriptome data is lacking for this tissue. To address this, we performed single cell RNA-sequencing on wild-type Canton-S adult eyes from 1 day old male and female, 3-day and 7-day old male flies. These data sets will serve as an valuable resource for future research using the adult eye. Overall design: Adult eyes of Canton-S flies were dissected and dissociated into single cell solution with collagenase. Single cells were analyzed with 10x Chromium based scRNA-seq",
            "id": "SRP400422"
          },
          "id": "SRX17760878"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000018",
              "name": "compound eye"
            },
            "anatEntityAuthorAnnotation": "Adult compound eye",
            "cellType": {
              "id": "FBbt:00004227",
              "name": "photoreceptor cell R8 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "R8",
            "devStage": {
              "id": "UBERON:0000066",
              "name": "fully formed stage"
            },
            "devStageAuthorAnnotation": "1 day after eclosion",
            "sex": "female",
            "strain": "Canton-S",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.473819,
          "sdRefIntergenicDistribution": 3.293217,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5416490,
          "distinctRankCount": 1591,
          "maxRank": 11244.50
        },
        "barcode": ""
      }
    ],
    "downloadUrls": [
      {
        "text": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
        "href": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP400422.tsv.gz",
        "title": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP400422.tsv.gz"
      },
      {
        "text": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
        "href": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/Drosophila_melanogaster_SRP400422_droplet_based.h5ad",
        "title": "Drosophila_melanogaster_SRP400422_droplet_based.h5ad"
      }
    ]
  }
}