{
  "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": 56902,
      "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
        "displayOrder": 2,
        "name": "SRA",
        "description": "RNA-Seq data source for various species",
        "id": 19
      },
      "xRef": {
        "xRefId": "SRP125768",
        "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
        "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
        "source": {
          "name": "SRA",
          "description": "RNA-Seq data source for various species",
          "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
        }
      },
      "assayCount": 0,
      "dOI": "10.1016/j.cell.2018.05.057",
      "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
      "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
      "id": "SRP125768"
    },
    "assays": [
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 95998867,
            "mappedReadsCount": 70038300,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426759"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0000210",
              "name": "photoreceptor cell"
            },
            "cellTypeAuthorAnnotation": "Photoreceptors",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 24.662720,
          "sdRefIntergenicDistribution": 1.634198,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 186,
          "maxRank": 9298.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 95998867,
            "mappedReadsCount": 70038300,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426759"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0000381",
              "name": "neurosecretory neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.480490,
          "sdRefIntergenicDistribution": 2.057545,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 221,
          "maxRank": 9471.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 95998867,
            "mappedReadsCount": 70038300,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426759"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.439049,
          "sdRefIntergenicDistribution": 2.868876,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 2367,
          "maxRank": 12155.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 95998867,
            "mappedReadsCount": 70038300,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426759"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:2000029",
              "name": "central nervous system neuron"
            },
            "cellTypeAuthorAnnotation": "Poxn (-expressing neurons)",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.100537,
          "sdRefIntergenicDistribution": 2.033929,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 264,
          "maxRank": 9766.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 95998867,
            "mappedReadsCount": 70038300,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426759"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00001258",
              "name": "subperineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Subperineurial_glia",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 95998867,
            "mappedReadsCount": 70038300,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426759"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003702",
              "name": "optic lobe neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T4/T5 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.951604,
          "sdRefIntergenicDistribution": 1.802731,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 206,
          "maxRank": 9434.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 95998867,
            "mappedReadsCount": 70038300,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426759"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003718",
              "name": "lamina monopolar neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.777704,
          "sdRefIntergenicDistribution": 1.723023,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 266,
          "maxRank": 9654.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 95998867,
            "mappedReadsCount": 70038300,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426759"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003719",
              "name": "lamina monopolar neuron L1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "L1",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 172.647166,
          "sdRefIntergenicDistribution": 1.362778,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 44,
          "maxRank": 8087.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 95998867,
            "mappedReadsCount": 70038300,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426759"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003721",
              "name": "lamina monopolar neuron L3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "L3",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 127.667899,
          "sdRefIntergenicDistribution": 2.028479,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 77,
          "maxRank": 8280.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 95998867,
            "mappedReadsCount": 70038300,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426759"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003741",
              "name": "lamina wide-field cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Lawf1",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.436384,
          "sdRefIntergenicDistribution": 1.687615,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 211,
          "maxRank": 9487.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 95998867,
            "mappedReadsCount": 70038300,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426759"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003743",
              "name": "centrifugal neuron C2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "C2",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 65.638972,
          "sdRefIntergenicDistribution": 1.997198,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 109,
          "maxRank": 8660.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 95998867,
            "mappedReadsCount": 70038300,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426759"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003744",
              "name": "centrifugal neuron C3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "C3",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 22.807674,
          "sdRefIntergenicDistribution": 1.567240,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 185,
          "maxRank": 9300.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 95998867,
            "mappedReadsCount": 70038300,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426759"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003767",
              "name": "distal medullary amacrine neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Dm8/Dm11",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 33.034144,
          "sdRefIntergenicDistribution": 1.807179,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 155,
          "maxRank": 9215.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 95998867,
            "mappedReadsCount": 70038300,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426759"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003776",
              "name": "medullary intrinsic neuron Mi1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Mi1",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 43.145416,
          "sdRefIntergenicDistribution": 1.770821,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 134,
          "maxRank": 8829.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 95998867,
            "mappedReadsCount": 70038300,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426759"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003788",
              "name": "transmedullary neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm1/TmY8",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.233929,
          "sdRefIntergenicDistribution": 1.805191,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 230,
          "maxRank": 9557.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 95998867,
            "mappedReadsCount": 70038300,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426759"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003797",
              "name": "transmedullary neuron Tm9 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm9",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.536905,
          "sdRefIntergenicDistribution": 1.899024,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 461,
          "maxRank": 10430.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 95998867,
            "mappedReadsCount": 70038300,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426759"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003832",
              "name": "proximal medullary amacrine neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.609318,
          "sdRefIntergenicDistribution": 1.888415,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 501,
          "maxRank": 10433.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 95998867,
            "mappedReadsCount": 70038300,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426759"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003837",
              "name": "medullary tangential neuron Mt1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 61.797068,
          "sdRefIntergenicDistribution": 1.512883,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 95,
          "maxRank": 8773.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 95998867,
            "mappedReadsCount": 70038300,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426759"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003838",
              "name": "medullary tangential neuron Mt2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T2 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 38.429402,
          "sdRefIntergenicDistribution": 1.500800,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 123,
          "maxRank": 9003.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 95998867,
            "mappedReadsCount": 70038300,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426759"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003839",
              "name": "medullary tangential neuron Mt3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T3 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 53.176981,
          "sdRefIntergenicDistribution": 1.930880,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 115,
          "maxRank": 8918.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 95998867,
            "mappedReadsCount": 70038300,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426759"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00004101",
              "name": "peptidergic neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "FMRFa",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.025437,
          "sdRefIntergenicDistribution": 1.833649,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 193,
          "maxRank": 9354.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 95998867,
            "mappedReadsCount": 70038300,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426759"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00005899",
              "name": "dorsal cluster neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "DCN",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 33.099341,
          "sdRefIntergenicDistribution": 1.793994,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 176,
          "maxRank": 9212.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 95998867,
            "mappedReadsCount": 70038300,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426759"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00006048",
              "name": "pacemaker neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Clock (neuron)",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.865572,
          "sdRefIntergenicDistribution": 1.980727,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 223,
          "maxRank": 9586.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 95998867,
            "mappedReadsCount": 70038300,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426759"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00007438",
              "name": "adult antennal lobe projection neuron adPN (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.387778,
          "sdRefIntergenicDistribution": 1.677941,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 250,
          "maxRank": 9639.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 95998867,
            "mappedReadsCount": 70038300,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426759"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047095",
              "name": "adult neuron"
            },
            "cellTypeAuthorAnnotation": "dorsal_Fan-shaped_Body",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 95998867,
            "mappedReadsCount": 70038300,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426759"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047527",
              "name": "adult myoinhibitory peptide neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.607952,
          "sdRefIntergenicDistribution": 1.782242,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 279,
          "maxRank": 9918.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 95998867,
            "mappedReadsCount": 70038300,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426759"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047955",
              "name": "adult mushroom body output neuron"
            },
            "cellTypeAuthorAnnotation": "MBON",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 975.623942,
          "sdRefIntergenicDistribution": 2.850901,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 26,
          "maxRank": 7614.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 95998867,
            "mappedReadsCount": 70038300,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426759"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00048298",
              "name": "CCHamide-1 neuron"
            },
            "cellTypeAuthorAnnotation": "CCHa1",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 97.467498,
          "sdRefIntergenicDistribution": 1.276070,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 68,
          "maxRank": 8464.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 95998867,
            "mappedReadsCount": 70038300,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426759"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00048313",
              "name": "ITP neuron"
            },
            "cellTypeAuthorAnnotation": "ITP",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 95998867,
            "mappedReadsCount": 70038300,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426759"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049526",
              "name": "adult serotonergic neuron"
            },
            "cellTypeAuthorAnnotation": "Serotonergic",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 41.937170,
          "sdRefIntergenicDistribution": 1.729317,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 138,
          "maxRank": 9100.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 95998867,
            "mappedReadsCount": 70038300,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426759"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049825",
              "name": "adult Kenyon cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.840403,
          "sdRefIntergenicDistribution": 2.097753,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 394,
          "maxRank": 10231.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 95998867,
            "mappedReadsCount": 70038300,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426759"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049828",
              "name": "adult gamma Kenyon cell"
            },
            "cellTypeAuthorAnnotation": "G-KC (gamma lobe mushroom body Kenyon cell)",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.505923,
          "sdRefIntergenicDistribution": 1.886808,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 320,
          "maxRank": 10050.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 95998867,
            "mappedReadsCount": 70038300,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426759"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00051299",
              "name": "adult olfactory projection neuron"
            },
            "cellTypeAuthorAnnotation": "Olfactory_projection_neurons",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 46.896523,
          "sdRefIntergenicDistribution": 1.592156,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 128,
          "maxRank": 8985.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 95998867,
            "mappedReadsCount": 70038300,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426759"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058144",
              "name": "adult plasmatocyte"
            },
            "cellTypeAuthorAnnotation": "Plasmatocytes",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.941678,
          "sdRefIntergenicDistribution": 1.639961,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 258,
          "maxRank": 9941.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 95998867,
            "mappedReadsCount": 70038300,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426759"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058202",
              "name": "adult peptidergic neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.295253,
          "sdRefIntergenicDistribution": 1.786876,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 378,
          "maxRank": 10141.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 95998867,
            "mappedReadsCount": 70038300,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426759"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058203",
              "name": "adult octopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Octopaminergic",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 130.116201,
          "sdRefIntergenicDistribution": 1.413728,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 66,
          "maxRank": 8395.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 95998867,
            "mappedReadsCount": 70038300,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426759"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058204",
              "name": "adult tyraminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Tyraminergic",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 62.235174,
          "sdRefIntergenicDistribution": 1.824487,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 115,
          "maxRank": 8872.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 95998867,
            "mappedReadsCount": 70038300,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426759"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058206",
              "name": "adult dopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Dopaminergic",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 128.881434,
          "sdRefIntergenicDistribution": 1.512360,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 63,
          "maxRank": 8283.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 95998867,
            "mappedReadsCount": 70038300,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426759"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058222",
              "name": "sugar-sensing neuron of the adult brain"
            },
            "cellTypeAuthorAnnotation": "Gr43a (fructose-sensing neuron expressing Gr43a)",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.881266,
          "sdRefIntergenicDistribution": 2.406275,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 283,
          "maxRank": 9984.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 95998867,
            "mappedReadsCount": 70038300,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426759"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00067350",
              "name": "antennal lobe projection neuron iPN (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 35.110446,
          "sdRefIntergenicDistribution": 1.448364,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 159,
          "maxRank": 9162.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 95998867,
            "mappedReadsCount": 70038300,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426759"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100214",
              "name": "dopaminergic PAM neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "PAM",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 122.140415,
          "sdRefIntergenicDistribution": 1.392024,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 72,
          "maxRank": 8277.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 95998867,
            "mappedReadsCount": 70038300,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426759"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100504",
              "name": "ensheathing neuropil associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Ensheathing_glia",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.091497,
          "sdRefIntergenicDistribution": 3.079865,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 519,
          "maxRank": 10468.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 95998867,
            "mappedReadsCount": 70038300,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426759"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100505",
              "name": "reticular neuropil associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Astrocyte-like",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.646358,
          "sdRefIntergenicDistribution": 2.008521,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 395,
          "maxRank": 10157.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 95998867,
            "mappedReadsCount": 70038300,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426759"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100506",
              "name": "adult brain perineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Perineurial_glia",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.342062,
          "sdRefIntergenicDistribution": 2.007774,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 337,
          "maxRank": 10206.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 95998867,
            "mappedReadsCount": 70038300,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426759"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100525",
              "name": "adult optic chiasma glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Chiasm_glia",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 168.812109,
          "sdRefIntergenicDistribution": 3.037408,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 80,
          "maxRank": 8407.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 95998867,
            "mappedReadsCount": 70038300,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426759"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110065",
              "name": "lamina wide-field cell Lawf2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Lawf2",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 71.160087,
          "sdRefIntergenicDistribution": 1.592086,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 112,
          "maxRank": 8685.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 95998867,
            "mappedReadsCount": 70038300,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426759"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110066",
              "name": "proximal medullary amacrine neuron Pm3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Pm3",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 166.643793,
          "sdRefIntergenicDistribution": 1.407855,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 60,
          "maxRank": 8127.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 95998867,
            "mappedReadsCount": 70038300,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426759"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110074",
              "name": "transmedullary neuron Tm5c (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm5c",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.536810,
          "sdRefIntergenicDistribution": 1.830930,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 322,
          "maxRank": 9681.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 95998867,
            "mappedReadsCount": 70038300,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426759"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110107",
              "name": "adult dorsomedial neurosecretory cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "IPC",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 23.101698,
          "sdRefIntergenicDistribution": 1.654267,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 183,
          "maxRank": 9413.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 95998867,
            "mappedReadsCount": 70038300,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426759"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110924",
              "name": "adult Hugin neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Hug",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 144.384332,
          "sdRefIntergenicDistribution": 1.814517,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 72,
          "maxRank": 8283.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 95998867,
            "mappedReadsCount": 70038300,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426759"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111271",
              "name": "distal medullary amacrine neuron Dm9"
            },
            "cellTypeAuthorAnnotation": "Dm9",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 29.620248,
          "sdRefIntergenicDistribution": 1.800610,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 189,
          "maxRank": 9084.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 95998867,
            "mappedReadsCount": 70038300,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426759"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111282",
              "name": "proximal medullary amacrine neuron Pm4"
            },
            "cellTypeAuthorAnnotation": "Pm4",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.272283,
          "sdRefIntergenicDistribution": 1.801878,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 214,
          "maxRank": 9507.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 95998867,
            "mappedReadsCount": 70038300,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426759"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111286",
              "name": "transmedullary Y neuron TmY14"
            },
            "cellTypeAuthorAnnotation": "TmY14",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.406603,
          "sdRefIntergenicDistribution": 1.778348,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 475,
          "maxRank": 10465.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 223870057,
            "mappedReadsCount": 191498475,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0000210",
              "name": "photoreceptor cell"
            },
            "cellTypeAuthorAnnotation": "Photoreceptors",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 44.628013,
          "sdRefIntergenicDistribution": 1.365489,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 120,
          "maxRank": 9000.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 223870057,
            "mappedReadsCount": 191498475,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0000381",
              "name": "neurosecretory neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 19.967868,
          "sdRefIntergenicDistribution": 1.606578,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 201,
          "maxRank": 9538.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 223870057,
            "mappedReadsCount": 191498475,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.336454,
          "sdRefIntergenicDistribution": 3.093844,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 2828,
          "maxRank": 12408.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 223870057,
            "mappedReadsCount": 191498475,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:2000029",
              "name": "central nervous system neuron"
            },
            "cellTypeAuthorAnnotation": "Poxn (-expressing neurons)",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 22.483434,
          "sdRefIntergenicDistribution": 1.744886,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 194,
          "maxRank": 9464.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 223870057,
            "mappedReadsCount": 191498475,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00001258",
              "name": "subperineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Subperineurial_glia",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.285510,
          "sdRefIntergenicDistribution": 1.754734,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 392,
          "maxRank": 10612.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 223870057,
            "mappedReadsCount": 191498475,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003702",
              "name": "optic lobe neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T4/T5 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.174394,
          "sdRefIntergenicDistribution": 1.925853,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 181,
          "maxRank": 9403.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 223870057,
            "mappedReadsCount": 191498475,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003718",
              "name": "lamina monopolar neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.212578,
          "sdRefIntergenicDistribution": 1.755672,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 190,
          "maxRank": 9336.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 223870057,
            "mappedReadsCount": 191498475,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003719",
              "name": "lamina monopolar neuron L1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "L1",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 285.617489,
          "sdRefIntergenicDistribution": 1.013075,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 43,
          "maxRank": 7745.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 223870057,
            "mappedReadsCount": 191498475,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003721",
              "name": "lamina monopolar neuron L3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "L3",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 186.635039,
          "sdRefIntergenicDistribution": 1.647902,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 62,
          "maxRank": 8075.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 223870057,
            "mappedReadsCount": 191498475,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003741",
              "name": "lamina wide-field cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Lawf1",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 29.352354,
          "sdRefIntergenicDistribution": 1.701203,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 169,
          "maxRank": 9247.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 223870057,
            "mappedReadsCount": 191498475,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003743",
              "name": "centrifugal neuron C2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "C2",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 84.225223,
          "sdRefIntergenicDistribution": 2.078703,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 84,
          "maxRank": 8451.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 223870057,
            "mappedReadsCount": 191498475,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003744",
              "name": "centrifugal neuron C3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "C3",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.694063,
          "sdRefIntergenicDistribution": 1.825225,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 198,
          "maxRank": 9441.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 223870057,
            "mappedReadsCount": 191498475,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003767",
              "name": "distal medullary amacrine neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Dm8/Dm11",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.932395,
          "sdRefIntergenicDistribution": 1.784213,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 209,
          "maxRank": 9496.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 223870057,
            "mappedReadsCount": 191498475,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003776",
              "name": "medullary intrinsic neuron Mi1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Mi1",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.464932,
          "sdRefIntergenicDistribution": 1.958116,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 217,
          "maxRank": 9451.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 223870057,
            "mappedReadsCount": 191498475,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003788",
              "name": "transmedullary neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm1/TmY8",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.196781,
          "sdRefIntergenicDistribution": 1.786352,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 192,
          "maxRank": 9502.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 223870057,
            "mappedReadsCount": 191498475,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003797",
              "name": "transmedullary neuron Tm9 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm9",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.617612,
          "sdRefIntergenicDistribution": 1.898889,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 485,
          "maxRank": 10538.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 223870057,
            "mappedReadsCount": 191498475,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003832",
              "name": "proximal medullary amacrine neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.430231,
          "sdRefIntergenicDistribution": 2.090405,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 705,
          "maxRank": 10821.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 223870057,
            "mappedReadsCount": 191498475,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003837",
              "name": "medullary tangential neuron Mt1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 69.506204,
          "sdRefIntergenicDistribution": 1.275886,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 88,
          "maxRank": 8573.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 223870057,
            "mappedReadsCount": 191498475,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003838",
              "name": "medullary tangential neuron Mt2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T2 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 26.016628,
          "sdRefIntergenicDistribution": 1.818294,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 187,
          "maxRank": 9428.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 223870057,
            "mappedReadsCount": 191498475,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003839",
              "name": "medullary tangential neuron Mt3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T3 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.258451,
          "sdRefIntergenicDistribution": 1.866034,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 213,
          "maxRank": 9605.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 223870057,
            "mappedReadsCount": 191498475,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00004101",
              "name": "peptidergic neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "FMRFa",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 67.039566,
          "sdRefIntergenicDistribution": 2.468717,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 109,
          "maxRank": 8887.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 223870057,
            "mappedReadsCount": 191498475,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00005899",
              "name": "dorsal cluster neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "DCN",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.122348,
          "sdRefIntergenicDistribution": 1.880209,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 319,
          "maxRank": 10000.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 223870057,
            "mappedReadsCount": 191498475,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00006048",
              "name": "pacemaker neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Clock (neuron)",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.890109,
          "sdRefIntergenicDistribution": 1.701603,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 306,
          "maxRank": 10091.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 223870057,
            "mappedReadsCount": 191498475,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00007438",
              "name": "adult antennal lobe projection neuron adPN (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.873387,
          "sdRefIntergenicDistribution": 1.830558,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 533,
          "maxRank": 10619.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 223870057,
            "mappedReadsCount": 191498475,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047095",
              "name": "adult neuron"
            },
            "cellTypeAuthorAnnotation": "dorsal_Fan-shaped_Body",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 223870057,
            "mappedReadsCount": 191498475,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047527",
              "name": "adult myoinhibitory peptide neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.567803,
          "sdRefIntergenicDistribution": 1.815359,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 302,
          "maxRank": 10190.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 223870057,
            "mappedReadsCount": 191498475,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00048298",
              "name": "CCHamide-1 neuron"
            },
            "cellTypeAuthorAnnotation": "CCHa1",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 141.069025,
          "sdRefIntergenicDistribution": 1.830964,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 72,
          "maxRank": 8314.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 223870057,
            "mappedReadsCount": 191498475,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00048313",
              "name": "ITP neuron"
            },
            "cellTypeAuthorAnnotation": "ITP",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.689548,
          "sdRefIntergenicDistribution": 2.411740,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 173,
          "maxRank": 9164.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 223870057,
            "mappedReadsCount": 191498475,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049526",
              "name": "adult serotonergic neuron"
            },
            "cellTypeAuthorAnnotation": "Serotonergic",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 29.080534,
          "sdRefIntergenicDistribution": 1.710660,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 141,
          "maxRank": 9237.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 223870057,
            "mappedReadsCount": 191498475,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049825",
              "name": "adult Kenyon cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.559561,
          "sdRefIntergenicDistribution": 2.216141,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 370,
          "maxRank": 10348.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 223870057,
            "mappedReadsCount": 191498475,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049828",
              "name": "adult gamma Kenyon cell"
            },
            "cellTypeAuthorAnnotation": "G-KC (gamma lobe mushroom body Kenyon cell)",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.323665,
          "sdRefIntergenicDistribution": 2.079770,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 599,
          "maxRank": 10722.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 223870057,
            "mappedReadsCount": 191498475,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00051299",
              "name": "adult olfactory projection neuron"
            },
            "cellTypeAuthorAnnotation": "Olfactory_projection_neurons",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 35.677942,
          "sdRefIntergenicDistribution": 1.459851,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 145,
          "maxRank": 9147.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 223870057,
            "mappedReadsCount": 191498475,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058144",
              "name": "adult plasmatocyte"
            },
            "cellTypeAuthorAnnotation": "Plasmatocytes",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.488238,
          "sdRefIntergenicDistribution": 1.645077,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 284,
          "maxRank": 10036.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 223870057,
            "mappedReadsCount": 191498475,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058202",
              "name": "adult peptidergic neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.753521,
          "sdRefIntergenicDistribution": 1.811124,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 404,
          "maxRank": 10343.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 223870057,
            "mappedReadsCount": 191498475,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058203",
              "name": "adult octopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Octopaminergic",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 24.416000,
          "sdRefIntergenicDistribution": 1.920425,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 178,
          "maxRank": 9574.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 223870057,
            "mappedReadsCount": 191498475,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058204",
              "name": "adult tyraminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Tyraminergic",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 66.999310,
          "sdRefIntergenicDistribution": 1.065024,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 89,
          "maxRank": 8651.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 223870057,
            "mappedReadsCount": 191498475,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058206",
              "name": "adult dopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Dopaminergic",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 26.535198,
          "sdRefIntergenicDistribution": 1.964798,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 210,
          "maxRank": 9556.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 223870057,
            "mappedReadsCount": 191498475,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058222",
              "name": "sugar-sensing neuron of the adult brain"
            },
            "cellTypeAuthorAnnotation": "Gr43a (fructose-sensing neuron expressing Gr43a)",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.733729,
          "sdRefIntergenicDistribution": 1.892663,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 378,
          "maxRank": 10248.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 223870057,
            "mappedReadsCount": 191498475,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00067350",
              "name": "antennal lobe projection neuron iPN (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.590888,
          "sdRefIntergenicDistribution": 1.544851,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 239,
          "maxRank": 9695.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 223870057,
            "mappedReadsCount": 191498475,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100214",
              "name": "dopaminergic PAM neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "PAM",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.889927,
          "sdRefIntergenicDistribution": 1.729369,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 234,
          "maxRank": 9721.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 223870057,
            "mappedReadsCount": 191498475,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100504",
              "name": "ensheathing neuropil associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Ensheathing_glia",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.632991,
          "sdRefIntergenicDistribution": 2.891557,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 717,
          "maxRank": 10883.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 223870057,
            "mappedReadsCount": 191498475,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100505",
              "name": "reticular neuropil associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Astrocyte-like",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.485844,
          "sdRefIntergenicDistribution": 2.363911,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 445,
          "maxRank": 10299.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 223870057,
            "mappedReadsCount": 191498475,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100506",
              "name": "adult brain perineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Perineurial_glia",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.173275,
          "sdRefIntergenicDistribution": 1.733421,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 383,
          "maxRank": 10362.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 223870057,
            "mappedReadsCount": 191498475,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100525",
              "name": "adult optic chiasma glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Chiasm_glia",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 69.335101,
          "sdRefIntergenicDistribution": 1.302969,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 82,
          "maxRank": 8429.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 223870057,
            "mappedReadsCount": 191498475,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110065",
              "name": "lamina wide-field cell Lawf2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Lawf2",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 49.034237,
          "sdRefIntergenicDistribution": 1.610452,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 126,
          "maxRank": 8924.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 223870057,
            "mappedReadsCount": 191498475,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110066",
              "name": "proximal medullary amacrine neuron Pm3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Pm3",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 37.145650,
          "sdRefIntergenicDistribution": 1.630001,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 133,
          "maxRank": 8994.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 223870057,
            "mappedReadsCount": 191498475,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110074",
              "name": "transmedullary neuron Tm5c (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm5c",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.246910,
          "sdRefIntergenicDistribution": 1.960947,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 363,
          "maxRank": 9940.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 223870057,
            "mappedReadsCount": 191498475,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110107",
              "name": "adult dorsomedial neurosecretory cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "IPC",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.563000,
          "sdRefIntergenicDistribution": 1.605539,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 335,
          "maxRank": 10195.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 223870057,
            "mappedReadsCount": 191498475,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110924",
              "name": "adult Hugin neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Hug",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 70.652779,
          "sdRefIntergenicDistribution": 1.741546,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 106,
          "maxRank": 8721.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 223870057,
            "mappedReadsCount": 191498475,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111271",
              "name": "distal medullary amacrine neuron Dm9"
            },
            "cellTypeAuthorAnnotation": "Dm9",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.697775,
          "sdRefIntergenicDistribution": 2.088507,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 231,
          "maxRank": 9554.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 223870057,
            "mappedReadsCount": 191498475,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111282",
              "name": "proximal medullary amacrine neuron Pm4"
            },
            "cellTypeAuthorAnnotation": "Pm4",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.320546,
          "sdRefIntergenicDistribution": 1.757089,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 337,
          "maxRank": 10103.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 223870057,
            "mappedReadsCount": 191498475,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111286",
              "name": "transmedullary Y neuron TmY14"
            },
            "cellTypeAuthorAnnotation": "TmY14",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.062545,
          "sdRefIntergenicDistribution": 1.823365,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 600,
          "maxRank": 10752.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 223870057,
            "mappedReadsCount": 191498475,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003720",
              "name": "lamina monopolar neuron L2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "L2",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 85.064949,
          "sdRefIntergenicDistribution": 1.267784,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 86,
          "maxRank": 8294.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 223870057,
            "mappedReadsCount": 191498475,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003793",
              "name": "transmedullary neuron Tm5 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm5ab",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 82.929837,
          "sdRefIntergenicDistribution": 2.227227,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 85,
          "maxRank": 8483.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 223870057,
            "mappedReadsCount": 191498475,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00004046",
              "name": "LNv neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "LNv",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 62.706916,
          "sdRefIntergenicDistribution": 1.471691,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 96,
          "maxRank": 8562.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 223870057,
            "mappedReadsCount": 191498475,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00048012",
              "name": "adult capability neuron"
            },
            "cellTypeAuthorAnnotation": "Capa (CAPA-expressing neurons)",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.291127,
          "sdRefIntergenicDistribution": 1.696610,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 255,
          "maxRank": 9744.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 223870057,
            "mappedReadsCount": 191498475,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100501",
              "name": "adult cell body glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Cortex_glia",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0000210",
              "name": "photoreceptor cell"
            },
            "cellTypeAuthorAnnotation": "Photoreceptors",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.623175,
          "sdRefIntergenicDistribution": 1.679462,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 239,
          "maxRank": 9878.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0000381",
              "name": "neurosecretory neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.245525,
          "sdRefIntergenicDistribution": 1.782352,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 168,
          "maxRank": 9484.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.270321,
          "sdRefIntergenicDistribution": 3.898302,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 3434,
          "maxRank": 12563.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:2000029",
              "name": "central nervous system neuron"
            },
            "cellTypeAuthorAnnotation": "Poxn (-expressing neurons)",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 31.322344,
          "sdRefIntergenicDistribution": 2.112053,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 170,
          "maxRank": 9471.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00001258",
              "name": "subperineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Subperineurial_glia",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.300915,
          "sdRefIntergenicDistribution": 1.618480,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 168,
          "maxRank": 9718.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003629",
              "name": "DN1 neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "DN1",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 203.273012,
          "sdRefIntergenicDistribution": 1.565972,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 43,
          "maxRank": 8008.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003702",
              "name": "optic lobe neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T4/T5 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.851350,
          "sdRefIntergenicDistribution": 1.886996,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 444,
          "maxRank": 10534.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003718",
              "name": "lamina monopolar neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.342046,
          "sdRefIntergenicDistribution": 1.925017,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 309,
          "maxRank": 10065.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003719",
              "name": "lamina monopolar neuron L1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "L1",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 67.674079,
          "sdRefIntergenicDistribution": 1.450167,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 91,
          "maxRank": 8734.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003720",
              "name": "lamina monopolar neuron L2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "L2",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 105.913382,
          "sdRefIntergenicDistribution": 2.132121,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 86,
          "maxRank": 8421.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003721",
              "name": "lamina monopolar neuron L3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "L3",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 62.663168,
          "sdRefIntergenicDistribution": 1.896528,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 110,
          "maxRank": 8832.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003741",
              "name": "lamina wide-field cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Lawf1",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.333018,
          "sdRefIntergenicDistribution": 1.779115,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 314,
          "maxRank": 10097.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003743",
              "name": "centrifugal neuron C2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "C2",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 91.753036,
          "sdRefIntergenicDistribution": 1.877973,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 88,
          "maxRank": 8543.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003744",
              "name": "centrifugal neuron C3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "C3",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.272864,
          "sdRefIntergenicDistribution": 1.677643,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 223,
          "maxRank": 9789.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003767",
              "name": "distal medullary amacrine neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Dm8/Dm11",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 19.444817,
          "sdRefIntergenicDistribution": 1.969087,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 221,
          "maxRank": 9821.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003776",
              "name": "medullary intrinsic neuron Mi1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Mi1",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.987828,
          "sdRefIntergenicDistribution": 2.172996,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 409,
          "maxRank": 10361.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003788",
              "name": "transmedullary neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm1/TmY8",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.253072,
          "sdRefIntergenicDistribution": 1.842486,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 303,
          "maxRank": 10168.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003793",
              "name": "transmedullary neuron Tm5 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm5ab",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.039515,
          "sdRefIntergenicDistribution": 1.986809,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 298,
          "maxRank": 10104.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003797",
              "name": "transmedullary neuron Tm9 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm9",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.113238,
          "sdRefIntergenicDistribution": 1.950331,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 637,
          "maxRank": 10869.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003832",
              "name": "proximal medullary amacrine neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.815588,
          "sdRefIntergenicDistribution": 2.228909,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 907,
          "maxRank": 11047.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003837",
              "name": "medullary tangential neuron Mt1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.559852,
          "sdRefIntergenicDistribution": 2.059497,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 471,
          "maxRank": 10539.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003838",
              "name": "medullary tangential neuron Mt2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T2 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.368068,
          "sdRefIntergenicDistribution": 1.805784,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 304,
          "maxRank": 10223.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003839",
              "name": "medullary tangential neuron Mt3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T3 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.781138,
          "sdRefIntergenicDistribution": 1.726735,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 267,
          "maxRank": 10103.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00004046",
              "name": "LNv neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "LNv",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.080545,
          "sdRefIntergenicDistribution": 1.976722,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 245,
          "maxRank": 9632.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00004101",
              "name": "peptidergic neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "FMRFa",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 23.402159,
          "sdRefIntergenicDistribution": 1.858713,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 199,
          "maxRank": 9662.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00005899",
              "name": "dorsal cluster neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "DCN",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.270711,
          "sdRefIntergenicDistribution": 1.797085,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 256,
          "maxRank": 9988.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00006048",
              "name": "pacemaker neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Clock (neuron)",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.822844,
          "sdRefIntergenicDistribution": 2.027411,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 322,
          "maxRank": 10344.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00007438",
              "name": "adult antennal lobe projection neuron adPN (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.142797,
          "sdRefIntergenicDistribution": 1.819726,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 532,
          "maxRank": 10606.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047095",
              "name": "adult neuron"
            },
            "cellTypeAuthorAnnotation": "dorsal_Fan-shaped_Body",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047527",
              "name": "adult myoinhibitory peptide neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.667429,
          "sdRefIntergenicDistribution": 2.095459,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 568,
          "maxRank": 10856.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047955",
              "name": "adult mushroom body output neuron"
            },
            "cellTypeAuthorAnnotation": "MBON",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 36.013316,
          "sdRefIntergenicDistribution": 1.644048,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 125,
          "maxRank": 9368.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00048012",
              "name": "adult capability neuron"
            },
            "cellTypeAuthorAnnotation": "Capa (CAPA-expressing neurons)",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 29.310389,
          "sdRefIntergenicDistribution": 1.937189,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 173,
          "maxRank": 9524.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00048313",
              "name": "ITP neuron"
            },
            "cellTypeAuthorAnnotation": "ITP",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.384403,
          "sdRefIntergenicDistribution": 2.309293,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 363,
          "maxRank": 9978.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049526",
              "name": "adult serotonergic neuron"
            },
            "cellTypeAuthorAnnotation": "Serotonergic",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.423975,
          "sdRefIntergenicDistribution": 1.834382,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 365,
          "maxRank": 10511.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049825",
              "name": "adult Kenyon cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.815678,
          "sdRefIntergenicDistribution": 2.295439,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 602,
          "maxRank": 10810.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049828",
              "name": "adult gamma Kenyon cell"
            },
            "cellTypeAuthorAnnotation": "G-KC (gamma lobe mushroom body Kenyon cell)",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.254299,
          "sdRefIntergenicDistribution": 2.115435,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 756,
          "maxRank": 10975.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00051299",
              "name": "adult olfactory projection neuron"
            },
            "cellTypeAuthorAnnotation": "Olfactory_projection_neurons",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.696000,
          "sdRefIntergenicDistribution": 1.654445,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 259,
          "maxRank": 9993.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058144",
              "name": "adult plasmatocyte"
            },
            "cellTypeAuthorAnnotation": "Plasmatocytes",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.506910,
          "sdRefIntergenicDistribution": 1.697171,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 258,
          "maxRank": 10012.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058202",
              "name": "adult peptidergic neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.616207,
          "sdRefIntergenicDistribution": 1.920395,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 357,
          "maxRank": 10256.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058203",
              "name": "adult octopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Octopaminergic",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 35.122628,
          "sdRefIntergenicDistribution": 1.851143,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 139,
          "maxRank": 9378.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058204",
              "name": "adult tyraminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Tyraminergic",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.407420,
          "sdRefIntergenicDistribution": 1.832155,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 284,
          "maxRank": 10083.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058206",
              "name": "adult dopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Dopaminergic",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.015378,
          "sdRefIntergenicDistribution": 1.727946,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 265,
          "maxRank": 10060.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058222",
              "name": "sugar-sensing neuron of the adult brain"
            },
            "cellTypeAuthorAnnotation": "Gr43a (fructose-sensing neuron expressing Gr43a)",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.317040,
          "sdRefIntergenicDistribution": 2.229342,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 258,
          "maxRank": 9954.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00067350",
              "name": "antennal lobe projection neuron iPN (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.175307,
          "sdRefIntergenicDistribution": 1.699876,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 223,
          "maxRank": 9729.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100214",
              "name": "dopaminergic PAM neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "PAM",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.752465,
          "sdRefIntergenicDistribution": 1.704764,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 341,
          "maxRank": 10346.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100501",
              "name": "adult cell body glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Cortex_glia",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100504",
              "name": "ensheathing neuropil associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Ensheathing_glia",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.504551,
          "sdRefIntergenicDistribution": 2.432276,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 547,
          "maxRank": 10845.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100505",
              "name": "reticular neuropil associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Astrocyte-like",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.428546,
          "sdRefIntergenicDistribution": 2.160652,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 351,
          "maxRank": 10279.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100506",
              "name": "adult brain perineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Perineurial_glia",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.387023,
          "sdRefIntergenicDistribution": 1.812293,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 228,
          "maxRank": 9973.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100525",
              "name": "adult optic chiasma glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Chiasm_glia",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 43.488459,
          "sdRefIntergenicDistribution": 1.555985,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 114,
          "maxRank": 9109.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110065",
              "name": "lamina wide-field cell Lawf2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Lawf2",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 31.930183,
          "sdRefIntergenicDistribution": 1.633842,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 158,
          "maxRank": 9428.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110066",
              "name": "proximal medullary amacrine neuron Pm3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Pm3",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.426071,
          "sdRefIntergenicDistribution": 1.797157,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 250,
          "maxRank": 9959.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110074",
              "name": "transmedullary neuron Tm5c (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm5c",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.911422,
          "sdRefIntergenicDistribution": 2.040660,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 452,
          "maxRank": 10237.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110107",
              "name": "adult dorsomedial neurosecretory cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "IPC",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.832771,
          "sdRefIntergenicDistribution": 1.957175,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 651,
          "maxRank": 10865.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110924",
              "name": "adult Hugin neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Hug",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.668890,
          "sdRefIntergenicDistribution": 1.910453,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 152,
          "maxRank": 9348.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111271",
              "name": "distal medullary amacrine neuron Dm9"
            },
            "cellTypeAuthorAnnotation": "Dm9",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 28.672484,
          "sdRefIntergenicDistribution": 2.018521,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 174,
          "maxRank": 9390.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111282",
              "name": "proximal medullary amacrine neuron Pm4"
            },
            "cellTypeAuthorAnnotation": "Pm4",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.730845,
          "sdRefIntergenicDistribution": 2.072816,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 389,
          "maxRank": 10380.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111286",
              "name": "transmedullary Y neuron TmY14"
            },
            "cellTypeAuthorAnnotation": "TmY14",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.021553,
          "sdRefIntergenicDistribution": 2.047851,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 827,
          "maxRank": 11040.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 216610062,
            "mappedReadsCount": 185141969,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111316",
              "name": "adult CCAP neuron"
            },
            "cellTypeAuthorAnnotation": "CCAP (Crustacean cardioactive peptide (CCAP)-expressing neurons)",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 89.419500,
          "sdRefIntergenicDistribution": 2.047178,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 77,
          "maxRank": 8634.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 56925656,
            "mappedReadsCount": 43102247,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426762"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0000210",
              "name": "photoreceptor cell"
            },
            "cellTypeAuthorAnnotation": "Photoreceptors",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1389.890506,
          "sdRefIntergenicDistribution": 1.632527,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 30,
          "maxRank": 7496.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 56925656,
            "mappedReadsCount": 43102247,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426762"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0000381",
              "name": "neurosecretory neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 68.507418,
          "sdRefIntergenicDistribution": 1.437205,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 88,
          "maxRank": 8673.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 56925656,
            "mappedReadsCount": 43102247,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426762"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "Unannotated",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.829721,
          "sdRefIntergenicDistribution": 2.711475,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1716,
          "maxRank": 12124.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 56925656,
            "mappedReadsCount": 43102247,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426762"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:2000029",
              "name": "central nervous system neuron"
            },
            "cellTypeAuthorAnnotation": "Poxn (-expressing neurons)",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 56925656,
            "mappedReadsCount": 43102247,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426762"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00001258",
              "name": "subperineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Subperineurial_glia",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 466.030115,
          "sdRefIntergenicDistribution": 1.209630,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 27,
          "maxRank": 7688.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 56925656,
            "mappedReadsCount": 43102247,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426762"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003702",
              "name": "optic lobe neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T4/T5 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 287.175610,
          "sdRefIntergenicDistribution": 1.966385,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 35,
          "maxRank": 7996.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 56925656,
            "mappedReadsCount": 43102247,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426762"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003718",
              "name": "lamina monopolar neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Lamina_monopolar",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 220.817903,
          "sdRefIntergenicDistribution": 1.299507,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 39,
          "maxRank": 7964.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 56925656,
            "mappedReadsCount": 43102247,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426762"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003720",
              "name": "lamina monopolar neuron L2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "L2",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 819.499822,
          "sdRefIntergenicDistribution": 2.246304,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 33,
          "maxRank": 7710.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 56925656,
            "mappedReadsCount": 43102247,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426762"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003741",
              "name": "lamina wide-field cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Lawf1",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 50.971625,
          "sdRefIntergenicDistribution": 2.022634,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 137,
          "maxRank": 9086.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 56925656,
            "mappedReadsCount": 43102247,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426762"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003743",
              "name": "centrifugal neuron C2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "C2",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 56925656,
            "mappedReadsCount": 43102247,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426762"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003744",
              "name": "centrifugal neuron C3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "C3",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 156.701425,
          "sdRefIntergenicDistribution": 1.378319,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 51,
          "maxRank": 8182.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 56925656,
            "mappedReadsCount": 43102247,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426762"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003767",
              "name": "distal medullary amacrine neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Dm8/Dm11",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 85.575465,
          "sdRefIntergenicDistribution": 1.708291,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 87,
          "maxRank": 8732.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 56925656,
            "mappedReadsCount": 43102247,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426762"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003776",
              "name": "medullary intrinsic neuron Mi1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Mi1",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 80.414376,
          "sdRefIntergenicDistribution": 1.424445,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 84,
          "maxRank": 8532.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 56925656,
            "mappedReadsCount": 43102247,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426762"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003793",
              "name": "transmedullary neuron Tm5 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm5ab",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 56925656,
            "mappedReadsCount": 43102247,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426762"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003797",
              "name": "transmedullary neuron Tm9 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm9",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 70.179677,
          "sdRefIntergenicDistribution": 1.572294,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 84,
          "maxRank": 8845.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 56925656,
            "mappedReadsCount": 43102247,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426762"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003832",
              "name": "proximal medullary amacrine neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.082752,
          "sdRefIntergenicDistribution": 1.906102,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 258,
          "maxRank": 9985.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 56925656,
            "mappedReadsCount": 43102247,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426762"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003837",
              "name": "medullary tangential neuron Mt1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.093540,
          "sdRefIntergenicDistribution": 1.657694,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 161,
          "maxRank": 9432.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 56925656,
            "mappedReadsCount": 43102247,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426762"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003838",
              "name": "medullary tangential neuron Mt2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T2 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 89.969208,
          "sdRefIntergenicDistribution": 1.704597,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 82,
          "maxRank": 8691.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 56925656,
            "mappedReadsCount": 43102247,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426762"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003839",
              "name": "medullary tangential neuron Mt3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T3 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 114.973579,
          "sdRefIntergenicDistribution": 1.729749,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 73,
          "maxRank": 8567.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 56925656,
            "mappedReadsCount": 43102247,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426762"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00004046",
              "name": "LNv neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "LNv",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 84.796964,
          "sdRefIntergenicDistribution": 1.865612,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 97,
          "maxRank": 8637.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 56925656,
            "mappedReadsCount": 43102247,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426762"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00004101",
              "name": "peptidergic neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "FMRFa",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 76.837799,
          "sdRefIntergenicDistribution": 1.490681,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 91,
          "maxRank": 8696.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 56925656,
            "mappedReadsCount": 43102247,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426762"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00006048",
              "name": "pacemaker neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Clock (neuron)",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 19.879903,
          "sdRefIntergenicDistribution": 1.932129,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 224,
          "maxRank": 9840.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 56925656,
            "mappedReadsCount": 43102247,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426762"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00007438",
              "name": "adult antennal lobe projection neuron adPN (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 32.498771,
          "sdRefIntergenicDistribution": 1.601501,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 168,
          "maxRank": 9418.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 56925656,
            "mappedReadsCount": 43102247,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426762"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047095",
              "name": "adult neuron"
            },
            "cellTypeAuthorAnnotation": "dorsal_Fan-shaped_Body",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 56925656,
            "mappedReadsCount": 43102247,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426762"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047527",
              "name": "adult myoinhibitory peptide neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.324935,
          "sdRefIntergenicDistribution": 1.851469,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 217,
          "maxRank": 9944.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 56925656,
            "mappedReadsCount": 43102247,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426762"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047955",
              "name": "adult mushroom body output neuron"
            },
            "cellTypeAuthorAnnotation": "MBON",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 93.819078,
          "sdRefIntergenicDistribution": 1.608347,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 73,
          "maxRank": 8634.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 56925656,
            "mappedReadsCount": 43102247,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426762"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049526",
              "name": "adult serotonergic neuron"
            },
            "cellTypeAuthorAnnotation": "Serotonergic",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 38.347650,
          "sdRefIntergenicDistribution": 1.791640,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 134,
          "maxRank": 9279.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 56925656,
            "mappedReadsCount": 43102247,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426762"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049825",
              "name": "adult Kenyon cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 29.764763,
          "sdRefIntergenicDistribution": 2.041183,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 160,
          "maxRank": 9508.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 56925656,
            "mappedReadsCount": 43102247,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426762"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049828",
              "name": "adult gamma Kenyon cell"
            },
            "cellTypeAuthorAnnotation": "G-KC (gamma lobe mushroom body Kenyon cell)",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 60.077075,
          "sdRefIntergenicDistribution": 1.660524,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 103,
          "maxRank": 8817.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 56925656,
            "mappedReadsCount": 43102247,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426762"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00051299",
              "name": "adult olfactory projection neuron"
            },
            "cellTypeAuthorAnnotation": "Olfactory_projection_neurons",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 111.038888,
          "sdRefIntergenicDistribution": 1.629070,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 68,
          "maxRank": 8420.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 56925656,
            "mappedReadsCount": 43102247,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426762"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058144",
              "name": "adult plasmatocyte"
            },
            "cellTypeAuthorAnnotation": "Plasmatocytes",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.653776,
          "sdRefIntergenicDistribution": 1.715322,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 219,
          "maxRank": 10036.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 56925656,
            "mappedReadsCount": 43102247,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426762"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058202",
              "name": "adult peptidergic neuron"
            },
            "cellTypeAuthorAnnotation": "Proc/Ms",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 23.724726,
          "sdRefIntergenicDistribution": 1.627751,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 196,
          "maxRank": 9525.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 56925656,
            "mappedReadsCount": 43102247,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426762"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058203",
              "name": "adult octopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Octopaminergic",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 120.288936,
          "sdRefIntergenicDistribution": 1.356670,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 60,
          "maxRank": 8413.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 56925656,
            "mappedReadsCount": 43102247,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426762"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058204",
              "name": "adult tyraminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Tyraminergic",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 95.421923,
          "sdRefIntergenicDistribution": 1.659806,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 77,
          "maxRank": 8588.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 56925656,
            "mappedReadsCount": 43102247,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426762"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058206",
              "name": "adult dopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Dopaminergic",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 316.696849,
          "sdRefIntergenicDistribution": 2.497403,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 48,
          "maxRank": 8006.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 56925656,
            "mappedReadsCount": 43102247,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426762"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058222",
              "name": "sugar-sensing neuron of the adult brain"
            },
            "cellTypeAuthorAnnotation": "Gr43a (fructose-sensing neuron expressing Gr43a)",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 135.147675,
          "sdRefIntergenicDistribution": 1.915743,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 65,
          "maxRank": 8466.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 56925656,
            "mappedReadsCount": 43102247,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426762"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00067350",
              "name": "antennal lobe projection neuron iPN (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 35.398930,
          "sdRefIntergenicDistribution": 1.646682,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 145,
          "maxRank": 9284.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 56925656,
            "mappedReadsCount": 43102247,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426762"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100214",
              "name": "dopaminergic PAM neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "PAM",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 60.727917,
          "sdRefIntergenicDistribution": 1.495968,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 110,
          "maxRank": 8952.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 56925656,
            "mappedReadsCount": 43102247,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426762"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100504",
              "name": "ensheathing neuropil associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Ensheathing_glia",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 96.346807,
          "sdRefIntergenicDistribution": 1.604104,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 91,
          "maxRank": 8386.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 56925656,
            "mappedReadsCount": 43102247,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426762"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100505",
              "name": "reticular neuropil associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Astrocyte-like",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 119.941477,
          "sdRefIntergenicDistribution": 2.197185,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 80,
          "maxRank": 8285.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 56925656,
            "mappedReadsCount": 43102247,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426762"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110065",
              "name": "lamina wide-field cell Lawf2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Lawf2",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 125.887756,
          "sdRefIntergenicDistribution": 1.758332,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 57,
          "maxRank": 8453.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 56925656,
            "mappedReadsCount": 43102247,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426762"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110066",
              "name": "proximal medullary amacrine neuron Pm3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Pm3",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 243.181056,
          "sdRefIntergenicDistribution": 1.492106,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 43,
          "maxRank": 7971.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 56925656,
            "mappedReadsCount": 43102247,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426762"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110074",
              "name": "transmedullary neuron Tm5c (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm5c",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 56925656,
            "mappedReadsCount": 43102247,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426762"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110107",
              "name": "adult dorsomedial neurosecretory cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "IPC",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 40.390422,
          "sdRefIntergenicDistribution": 1.761453,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 124,
          "maxRank": 9204.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 56925656,
            "mappedReadsCount": 43102247,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426762"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111282",
              "name": "proximal medullary amacrine neuron Pm4"
            },
            "cellTypeAuthorAnnotation": "Pm4",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 34.134520,
          "sdRefIntergenicDistribution": 1.624977,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 128,
          "maxRank": 9269.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 56925656,
            "mappedReadsCount": 43102247,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426762"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111286",
              "name": "transmedullary Y neuron TmY14"
            },
            "cellTypeAuthorAnnotation": "TmY14",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.449481,
          "sdRefIntergenicDistribution": 1.812425,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 239,
          "maxRank": 9945.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 45368835,
            "mappedReadsCount": 39770285,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0000210",
              "name": "photoreceptor cell"
            },
            "cellTypeAuthorAnnotation": "Photoreceptors",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 43.923208,
          "sdRefIntergenicDistribution": 1.645387,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 110,
          "maxRank": 9110.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 45368835,
            "mappedReadsCount": 39770285,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0000381",
              "name": "neurosecretory neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 39.888975,
          "sdRefIntergenicDistribution": 1.530213,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 122,
          "maxRank": 9046.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 45368835,
            "mappedReadsCount": 39770285,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "Unannotated",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.588553,
          "sdRefIntergenicDistribution": 2.779770,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1965,
          "maxRank": 12024.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 45368835,
            "mappedReadsCount": 39770285,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:2000029",
              "name": "central nervous system neuron"
            },
            "cellTypeAuthorAnnotation": "Poxn (-expressing neurons)",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 236.019696,
          "sdRefIntergenicDistribution": 1.519711,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 50,
          "maxRank": 7981.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 45368835,
            "mappedReadsCount": 39770285,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00001258",
              "name": "subperineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Subperineurial_glia",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 89.751268,
          "sdRefIntergenicDistribution": 1.764703,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 85,
          "maxRank": 8707.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 45368835,
            "mappedReadsCount": 39770285,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003702",
              "name": "optic lobe neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T4/T5 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.023996,
          "sdRefIntergenicDistribution": 1.644973,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 272,
          "maxRank": 9930.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 45368835,
            "mappedReadsCount": 39770285,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003718",
              "name": "lamina monopolar neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.527302,
          "sdRefIntergenicDistribution": 1.629441,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 258,
          "maxRank": 9747.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 45368835,
            "mappedReadsCount": 39770285,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003720",
              "name": "lamina monopolar neuron L2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "L2",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 84.227715,
          "sdRefIntergenicDistribution": 1.659085,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 98,
          "maxRank": 8466.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 45368835,
            "mappedReadsCount": 39770285,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003741",
              "name": "lamina wide-field cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Lawf1",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 41.406778,
          "sdRefIntergenicDistribution": 2.106598,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 150,
          "maxRank": 9136.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 45368835,
            "mappedReadsCount": 39770285,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003743",
              "name": "centrifugal neuron C2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "C2",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 193.425745,
          "sdRefIntergenicDistribution": 1.589070,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 43,
          "maxRank": 7995.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 45368835,
            "mappedReadsCount": 39770285,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003744",
              "name": "centrifugal neuron C3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "C3",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 65.751005,
          "sdRefIntergenicDistribution": 1.547214,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 85,
          "maxRank": 8602.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 45368835,
            "mappedReadsCount": 39770285,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003767",
              "name": "distal medullary amacrine neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Dm8/Dm11",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 84.993614,
          "sdRefIntergenicDistribution": 1.456000,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 75,
          "maxRank": 8577.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 45368835,
            "mappedReadsCount": 39770285,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003776",
              "name": "medullary intrinsic neuron Mi1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Mi1",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 36.825245,
          "sdRefIntergenicDistribution": 1.853381,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 164,
          "maxRank": 9189.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 45368835,
            "mappedReadsCount": 39770285,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003793",
              "name": "transmedullary neuron Tm5 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm5ab",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 73.125539,
          "sdRefIntergenicDistribution": 1.883354,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 85,
          "maxRank": 8659.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 45368835,
            "mappedReadsCount": 39770285,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003797",
              "name": "transmedullary neuron Tm9 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm9",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.294451,
          "sdRefIntergenicDistribution": 1.836342,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 267,
          "maxRank": 10016.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 45368835,
            "mappedReadsCount": 39770285,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003832",
              "name": "proximal medullary amacrine neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.819747,
          "sdRefIntergenicDistribution": 1.936556,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 362,
          "maxRank": 10188.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 45368835,
            "mappedReadsCount": 39770285,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003837",
              "name": "medullary tangential neuron Mt1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 43.206853,
          "sdRefIntergenicDistribution": 1.878124,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 142,
          "maxRank": 9238.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 45368835,
            "mappedReadsCount": 39770285,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003838",
              "name": "medullary tangential neuron Mt2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T2 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 23.341360,
          "sdRefIntergenicDistribution": 1.696043,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 170,
          "maxRank": 9557.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 45368835,
            "mappedReadsCount": 39770285,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003839",
              "name": "medullary tangential neuron Mt3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T3 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 33.983799,
          "sdRefIntergenicDistribution": 1.547000,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 138,
          "maxRank": 9241.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 45368835,
            "mappedReadsCount": 39770285,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00004101",
              "name": "peptidergic neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "FMRFa",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 81.763469,
          "sdRefIntergenicDistribution": 2.345571,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 114,
          "maxRank": 8755.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 45368835,
            "mappedReadsCount": 39770285,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00006048",
              "name": "pacemaker neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Clock (neuron)",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 32.353182,
          "sdRefIntergenicDistribution": 2.093139,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 145,
          "maxRank": 9464.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 45368835,
            "mappedReadsCount": 39770285,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00007438",
              "name": "adult antennal lobe projection neuron adPN (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.106381,
          "sdRefIntergenicDistribution": 1.667360,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 373,
          "maxRank": 10162.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 45368835,
            "mappedReadsCount": 39770285,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047095",
              "name": "adult neuron"
            },
            "cellTypeAuthorAnnotation": "dorsal_Fan-shaped_Body",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 45368835,
            "mappedReadsCount": 39770285,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047527",
              "name": "adult myoinhibitory peptide neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.621405,
          "sdRefIntergenicDistribution": 1.757143,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 234,
          "maxRank": 9931.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 45368835,
            "mappedReadsCount": 39770285,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047955",
              "name": "adult mushroom body output neuron"
            },
            "cellTypeAuthorAnnotation": "MBON",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 106.600309,
          "sdRefIntergenicDistribution": 1.355117,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 56,
          "maxRank": 8473.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 45368835,
            "mappedReadsCount": 39770285,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049526",
              "name": "adult serotonergic neuron"
            },
            "cellTypeAuthorAnnotation": "Serotonergic",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 29.724875,
          "sdRefIntergenicDistribution": 1.526638,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 151,
          "maxRank": 9381.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 45368835,
            "mappedReadsCount": 39770285,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049825",
              "name": "adult Kenyon cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.535218,
          "sdRefIntergenicDistribution": 2.241674,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 317,
          "maxRank": 10091.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 45368835,
            "mappedReadsCount": 39770285,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049828",
              "name": "adult gamma Kenyon cell"
            },
            "cellTypeAuthorAnnotation": "G-KC (gamma lobe mushroom body Kenyon cell)",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.451410,
          "sdRefIntergenicDistribution": 1.873355,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 379,
          "maxRank": 10236.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 45368835,
            "mappedReadsCount": 39770285,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00051299",
              "name": "adult olfactory projection neuron"
            },
            "cellTypeAuthorAnnotation": "Olfactory_projection_neurons",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 45368835,
            "mappedReadsCount": 39770285,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058144",
              "name": "adult plasmatocyte"
            },
            "cellTypeAuthorAnnotation": "Plasmatocytes",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.904436,
          "sdRefIntergenicDistribution": 1.630968,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 202,
          "maxRank": 9854.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 45368835,
            "mappedReadsCount": 39770285,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058202",
              "name": "adult peptidergic neuron"
            },
            "cellTypeAuthorAnnotation": "Proc/Ms",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.226791,
          "sdRefIntergenicDistribution": 1.745855,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 198,
          "maxRank": 9513.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 45368835,
            "mappedReadsCount": 39770285,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058203",
              "name": "adult octopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Octopaminergic",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 54.842696,
          "sdRefIntergenicDistribution": 1.928864,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 118,
          "maxRank": 9030.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 45368835,
            "mappedReadsCount": 39770285,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058204",
              "name": "adult tyraminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Tyraminergic",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 55.314663,
          "sdRefIntergenicDistribution": 1.951786,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 109,
          "maxRank": 9000.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 45368835,
            "mappedReadsCount": 39770285,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058206",
              "name": "adult dopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Dopaminergic",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.766241,
          "sdRefIntergenicDistribution": 1.852615,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 206,
          "maxRank": 9477.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 45368835,
            "mappedReadsCount": 39770285,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058222",
              "name": "sugar-sensing neuron of the adult brain"
            },
            "cellTypeAuthorAnnotation": "Gr43a (fructose-sensing neuron expressing Gr43a)",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 65.632566,
          "sdRefIntergenicDistribution": 2.001731,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 93,
          "maxRank": 8813.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 45368835,
            "mappedReadsCount": 39770285,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00067350",
              "name": "antennal lobe projection neuron iPN (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 44.763034,
          "sdRefIntergenicDistribution": 1.695183,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 147,
          "maxRank": 9060.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 45368835,
            "mappedReadsCount": 39770285,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100214",
              "name": "dopaminergic PAM neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "PAM",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 57.084550,
          "sdRefIntergenicDistribution": 1.588090,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 97,
          "maxRank": 8985.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 45368835,
            "mappedReadsCount": 39770285,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100504",
              "name": "ensheathing neuropil associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Ensheathing_glia",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 64.764350,
          "sdRefIntergenicDistribution": 1.531144,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 101,
          "maxRank": 8744.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 45368835,
            "mappedReadsCount": 39770285,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100505",
              "name": "reticular neuropil associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Astrocyte-like",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.322725,
          "sdRefIntergenicDistribution": 2.419725,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 308,
          "maxRank": 9887.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 45368835,
            "mappedReadsCount": 39770285,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110065",
              "name": "lamina wide-field cell Lawf2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Lawf2",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 29.859187,
          "sdRefIntergenicDistribution": 1.596464,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 170,
          "maxRank": 9347.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 45368835,
            "mappedReadsCount": 39770285,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110066",
              "name": "proximal medullary amacrine neuron Pm3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Pm3",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 64.422744,
          "sdRefIntergenicDistribution": 2.154513,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 105,
          "maxRank": 8798.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 45368835,
            "mappedReadsCount": 39770285,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110074",
              "name": "transmedullary neuron Tm5c (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm5c",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 112.298192,
          "sdRefIntergenicDistribution": 1.678493,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 81,
          "maxRank": 8350.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 45368835,
            "mappedReadsCount": 39770285,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110107",
              "name": "adult dorsomedial neurosecretory cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "IPC",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.422205,
          "sdRefIntergenicDistribution": 1.667411,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 272,
          "maxRank": 10049.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 45368835,
            "mappedReadsCount": 39770285,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111282",
              "name": "proximal medullary amacrine neuron Pm4"
            },
            "cellTypeAuthorAnnotation": "Pm4",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 281.675755,
          "sdRefIntergenicDistribution": 3.407355,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 50,
          "maxRank": 8156.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 45368835,
            "mappedReadsCount": 39770285,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111286",
              "name": "transmedullary Y neuron TmY14"
            },
            "cellTypeAuthorAnnotation": "TmY14",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.939648,
          "sdRefIntergenicDistribution": 1.551971,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 365,
          "maxRank": 10326.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 45368835,
            "mappedReadsCount": 39770285,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003629",
              "name": "DN1 neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "DN1",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 173.438840,
          "sdRefIntergenicDistribution": 1.465850,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 54,
          "maxRank": 8054.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 45368835,
            "mappedReadsCount": 39770285,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003719",
              "name": "lamina monopolar neuron L1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "L1",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 104.316356,
          "sdRefIntergenicDistribution": 2.405426,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 76,
          "maxRank": 8485.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 45368835,
            "mappedReadsCount": 39770285,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003721",
              "name": "lamina monopolar neuron L3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "L3",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 218.441436,
          "sdRefIntergenicDistribution": 2.199421,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 53,
          "maxRank": 8115.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 45368835,
            "mappedReadsCount": 39770285,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003788",
              "name": "transmedullary neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm1/TmY8",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 66.059618,
          "sdRefIntergenicDistribution": 1.756871,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 106,
          "maxRank": 8787.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 45368835,
            "mappedReadsCount": 39770285,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00005899",
              "name": "dorsal cluster neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "DCN",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 45368835,
            "mappedReadsCount": 39770285,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00048012",
              "name": "adult capability neuron"
            },
            "cellTypeAuthorAnnotation": "Capa (CAPA-expressing neurons)",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 289.368486,
          "sdRefIntergenicDistribution": 1.978430,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 32,
          "maxRank": 8038.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 45368835,
            "mappedReadsCount": 39770285,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100501",
              "name": "adult cell body glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Cortex_glia",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 45368835,
            "mappedReadsCount": 39770285,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100506",
              "name": "adult brain perineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Perineurial_glia",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 57.195731,
          "sdRefIntergenicDistribution": 1.657391,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 115,
          "maxRank": 8784.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 45368835,
            "mappedReadsCount": 39770285,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100525",
              "name": "adult optic chiasma glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Chiasm_glia",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 45368835,
            "mappedReadsCount": 39770285,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110924",
              "name": "adult Hugin neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Hug",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 46.270154,
          "sdRefIntergenicDistribution": 1.423048,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 106,
          "maxRank": 8609.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 45368835,
            "mappedReadsCount": 39770285,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111316",
              "name": "adult CCAP neuron"
            },
            "cellTypeAuthorAnnotation": "CCAP (Crustacean cardioactive peptide (CCAP)-expressing neurons)",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 54.161409,
          "sdRefIntergenicDistribution": 1.740990,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 104,
          "maxRank": 8940.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 296605663,
            "mappedReadsCount": 237480566,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426764"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0000210",
              "name": "photoreceptor cell"
            },
            "cellTypeAuthorAnnotation": "Photoreceptors",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 36.950195,
          "sdRefIntergenicDistribution": 1.770754,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 145,
          "maxRank": 8777.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 296605663,
            "mappedReadsCount": 237480566,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426764"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0000381",
              "name": "neurosecretory neuron"
            },
            "cellTypeAuthorAnnotation": "AstA/Nplp1",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 74.007783,
          "sdRefIntergenicDistribution": 1.660167,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 88,
          "maxRank": 8654.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 296605663,
            "mappedReadsCount": 237480566,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426764"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.001999,
          "sdRefIntergenicDistribution": 2.803961,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1581,
          "maxRank": 11754.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 296605663,
            "mappedReadsCount": 237480566,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426764"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00001258",
              "name": "subperineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Subperineurial_glia",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 107.810118,
          "sdRefIntergenicDistribution": 1.875948,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 74,
          "maxRank": 8531.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 296605663,
            "mappedReadsCount": 237480566,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426764"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003702",
              "name": "optic lobe neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T4/T5 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 296605663,
            "mappedReadsCount": 237480566,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426764"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003741",
              "name": "lamina wide-field cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Lawf1",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 169.453941,
          "sdRefIntergenicDistribution": 1.470108,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 59,
          "maxRank": 8147.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 296605663,
            "mappedReadsCount": 237480566,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426764"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003743",
              "name": "centrifugal neuron C2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "C2",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 372.347996,
          "sdRefIntergenicDistribution": 1.436515,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 32,
          "maxRank": 7747.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 296605663,
            "mappedReadsCount": 237480566,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426764"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003744",
              "name": "centrifugal neuron C3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "C3",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 296605663,
            "mappedReadsCount": 237480566,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426764"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003767",
              "name": "distal medullary amacrine neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Dm8/Dm11",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 195.348798,
          "sdRefIntergenicDistribution": 1.423525,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 42,
          "maxRank": 8049.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 296605663,
            "mappedReadsCount": 237480566,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426764"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003788",
              "name": "transmedullary neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm1/TmY8",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 73.776800,
          "sdRefIntergenicDistribution": 1.635261,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 88,
          "maxRank": 8731.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 296605663,
            "mappedReadsCount": 237480566,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426764"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003797",
              "name": "transmedullary neuron Tm9 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm9",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 49.081478,
          "sdRefIntergenicDistribution": 1.628832,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 102,
          "maxRank": 9009.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 296605663,
            "mappedReadsCount": 237480566,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426764"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003832",
              "name": "proximal medullary amacrine neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.508604,
          "sdRefIntergenicDistribution": 1.769008,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 198,
          "maxRank": 9672.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 296605663,
            "mappedReadsCount": 237480566,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426764"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003837",
              "name": "medullary tangential neuron Mt1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T1 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 994.281264,
          "sdRefIntergenicDistribution": 1.281511,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 20,
          "maxRank": 7391.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 296605663,
            "mappedReadsCount": 237480566,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426764"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003838",
              "name": "medullary tangential neuron Mt2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T2 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 464.241138,
          "sdRefIntergenicDistribution": 1.493039,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 29,
          "maxRank": 7681.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 296605663,
            "mappedReadsCount": 237480566,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426764"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003839",
              "name": "medullary tangential neuron Mt3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T3 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 296605663,
            "mappedReadsCount": 237480566,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426764"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00004046",
              "name": "LNv neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "LNv",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 70.480380,
          "sdRefIntergenicDistribution": 2.039873,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 63,
          "maxRank": 8184.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 296605663,
            "mappedReadsCount": 237480566,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426764"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00005899",
              "name": "dorsal cluster neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "DCN",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 61.265512,
          "sdRefIntergenicDistribution": 1.263904,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 104,
          "maxRank": 8809.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 296605663,
            "mappedReadsCount": 237480566,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426764"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00006048",
              "name": "pacemaker neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Clock (neuron)",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 49.437520,
          "sdRefIntergenicDistribution": 1.622692,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 114,
          "maxRank": 9067.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 296605663,
            "mappedReadsCount": 237480566,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426764"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00007438",
              "name": "adult antennal lobe projection neuron adPN (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 46.339767,
          "sdRefIntergenicDistribution": 1.641959,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 131,
          "maxRank": 9079.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 296605663,
            "mappedReadsCount": 237480566,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426764"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047095",
              "name": "adult neuron"
            },
            "cellTypeAuthorAnnotation": "dorsal_Fan-shaped_Body",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 296605663,
            "mappedReadsCount": 237480566,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426764"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047527",
              "name": "adult myoinhibitory peptide neuron"
            },
            "cellTypeAuthorAnnotation": "Mip",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 28.771762,
          "sdRefIntergenicDistribution": 1.826261,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 163,
          "maxRank": 9464.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 296605663,
            "mappedReadsCount": 237480566,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426764"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047955",
              "name": "adult mushroom body output neuron"
            },
            "cellTypeAuthorAnnotation": "MBON",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 93.243900,
          "sdRefIntergenicDistribution": 1.513735,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 65,
          "maxRank": 8493.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 296605663,
            "mappedReadsCount": 237480566,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426764"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00048012",
              "name": "adult capability neuron"
            },
            "cellTypeAuthorAnnotation": "Capa (CAPA-expressing neurons)",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 630.275663,
          "sdRefIntergenicDistribution": 1.761124,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 22,
          "maxRank": 7465.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 296605663,
            "mappedReadsCount": 237480566,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426764"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049526",
              "name": "adult serotonergic neuron"
            },
            "cellTypeAuthorAnnotation": "Serotonergic",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.096439,
          "sdRefIntergenicDistribution": 1.968331,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 228,
          "maxRank": 9889.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 296605663,
            "mappedReadsCount": 237480566,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426764"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049825",
              "name": "adult Kenyon cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 37.571435,
          "sdRefIntergenicDistribution": 1.699598,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 132,
          "maxRank": 9147.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 296605663,
            "mappedReadsCount": 237480566,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426764"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049828",
              "name": "adult gamma Kenyon cell"
            },
            "cellTypeAuthorAnnotation": "G-KC (gamma lobe mushroom body Kenyon cell)",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.237565,
          "sdRefIntergenicDistribution": 1.883463,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 243,
          "maxRank": 9753.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 296605663,
            "mappedReadsCount": 237480566,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426764"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00051299",
              "name": "adult olfactory projection neuron"
            },
            "cellTypeAuthorAnnotation": "Olfactory_projection_neurons",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 58.275757,
          "sdRefIntergenicDistribution": 1.507443,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 114,
          "maxRank": 8886.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 296605663,
            "mappedReadsCount": 237480566,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426764"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058144",
              "name": "adult plasmatocyte"
            },
            "cellTypeAuthorAnnotation": "Plasmatocytes",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 45.670067,
          "sdRefIntergenicDistribution": 1.428537,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 129,
          "maxRank": 8919.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 296605663,
            "mappedReadsCount": 237480566,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426764"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058202",
              "name": "adult peptidergic neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.716545,
          "sdRefIntergenicDistribution": 1.714004,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 184,
          "maxRank": 9422.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 296605663,
            "mappedReadsCount": 237480566,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426764"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058203",
              "name": "adult octopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Octopaminergic",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 97.631302,
          "sdRefIntergenicDistribution": 2.754878,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 98,
          "maxRank": 8692.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 296605663,
            "mappedReadsCount": 237480566,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426764"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058204",
              "name": "adult tyraminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Tyraminergic",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 43.222686,
          "sdRefIntergenicDistribution": 1.714928,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 137,
          "maxRank": 9168.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 296605663,
            "mappedReadsCount": 237480566,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426764"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058206",
              "name": "adult dopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Dopaminergic",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 158.432662,
          "sdRefIntergenicDistribution": 2.648712,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 82,
          "maxRank": 8457.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 296605663,
            "mappedReadsCount": 237480566,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426764"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058222",
              "name": "sugar-sensing neuron of the adult brain"
            },
            "cellTypeAuthorAnnotation": "Gr43a (fructose-sensing neuron expressing Gr43a)",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 485.741095,
          "sdRefIntergenicDistribution": 1.299507,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 22,
          "maxRank": 7592.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 296605663,
            "mappedReadsCount": 237480566,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426764"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00067350",
              "name": "antennal lobe projection neuron iPN (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 85.945386,
          "sdRefIntergenicDistribution": 1.593581,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 86,
          "maxRank": 8570.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 296605663,
            "mappedReadsCount": 237480566,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426764"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100214",
              "name": "dopaminergic PAM neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "PAM",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 102.315461,
          "sdRefIntergenicDistribution": 1.418773,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 67,
          "maxRank": 8457.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 296605663,
            "mappedReadsCount": 237480566,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426764"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100501",
              "name": "adult cell body glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Cortex_glia",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 296605663,
            "mappedReadsCount": 237480566,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426764"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100504",
              "name": "ensheathing neuropil associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Ensheathing_glia",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 46.137948,
          "sdRefIntergenicDistribution": 1.774365,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 136,
          "maxRank": 8729.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 296605663,
            "mappedReadsCount": 237480566,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426764"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100505",
              "name": "reticular neuropil associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Astrocyte-like",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 368.173845,
          "sdRefIntergenicDistribution": 1.180019,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 38,
          "maxRank": 7600.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 296605663,
            "mappedReadsCount": 237480566,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426764"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100506",
              "name": "adult brain perineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Perineurial_glia",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 296605663,
            "mappedReadsCount": 237480566,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426764"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100525",
              "name": "adult optic chiasma glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Chiasm_glia",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 296605663,
            "mappedReadsCount": 237480566,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426764"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110065",
              "name": "lamina wide-field cell Lawf2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Lawf2",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 97.126079,
          "sdRefIntergenicDistribution": 1.717985,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 83,
          "maxRank": 8609.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 296605663,
            "mappedReadsCount": 237480566,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426764"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110066",
              "name": "proximal medullary amacrine neuron Pm3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Pm3",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 94.260745,
          "sdRefIntergenicDistribution": 1.306175,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 69,
          "maxRank": 8426.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 296605663,
            "mappedReadsCount": 237480566,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426764"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110074",
              "name": "transmedullary neuron Tm5c (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm5c",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.242820,
          "sdRefIntergenicDistribution": 2.016716,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 213,
          "maxRank": 9338.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 296605663,
            "mappedReadsCount": 237480566,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426764"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110107",
              "name": "adult dorsomedial neurosecretory cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "IPC",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 31.516434,
          "sdRefIntergenicDistribution": 1.579770,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 138,
          "maxRank": 9311.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 296605663,
            "mappedReadsCount": 237480566,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426764"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110924",
              "name": "adult Hugin neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Hug",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 47.856792,
          "sdRefIntergenicDistribution": 1.607698,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 95,
          "maxRank": 8703.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 296605663,
            "mappedReadsCount": 237480566,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426764"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111271",
              "name": "distal medullary amacrine neuron Dm9"
            },
            "cellTypeAuthorAnnotation": "Dm9",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 536.492603,
          "sdRefIntergenicDistribution": 1.617601,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 29,
          "maxRank": 7746.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 296605663,
            "mappedReadsCount": 237480566,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426764"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111286",
              "name": "transmedullary Y neuron TmY14"
            },
            "cellTypeAuthorAnnotation": "TmY14",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.366934,
          "sdRefIntergenicDistribution": 1.939136,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 198,
          "maxRank": 9708.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 42284828,
            "mappedReadsCount": 36501820,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426765"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0000210",
              "name": "photoreceptor cell"
            },
            "cellTypeAuthorAnnotation": "Photoreceptors",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 131.877301,
          "sdRefIntergenicDistribution": 1.232435,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 52,
          "maxRank": 8229.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 42284828,
            "mappedReadsCount": 36501820,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426765"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.583023,
          "sdRefIntergenicDistribution": 2.781515,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1982,
          "maxRank": 12051.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 42284828,
            "mappedReadsCount": 36501820,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426765"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00001258",
              "name": "subperineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Subperineurial_glia",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 137.685452,
          "sdRefIntergenicDistribution": 1.500010,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 59,
          "maxRank": 8256.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 42284828,
            "mappedReadsCount": 36501820,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426765"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003702",
              "name": "optic lobe neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T4/T5 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.497586,
          "sdRefIntergenicDistribution": 1.639389,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 278,
          "maxRank": 10023.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 42284828,
            "mappedReadsCount": 36501820,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426765"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003741",
              "name": "lamina wide-field cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Lawf1",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 52.524643,
          "sdRefIntergenicDistribution": 1.790251,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 121,
          "maxRank": 8912.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 42284828,
            "mappedReadsCount": 36501820,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426765"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003743",
              "name": "centrifugal neuron C2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "C2",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 91.061019,
          "sdRefIntergenicDistribution": 1.679847,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 70,
          "maxRank": 8484.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 42284828,
            "mappedReadsCount": 36501820,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426765"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003744",
              "name": "centrifugal neuron C3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "C3",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 102.955369,
          "sdRefIntergenicDistribution": 1.562951,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 67,
          "maxRank": 8454.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 42284828,
            "mappedReadsCount": 36501820,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426765"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003767",
              "name": "distal medullary amacrine neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Dm8/Dm11",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 83.603941,
          "sdRefIntergenicDistribution": 1.735615,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 68,
          "maxRank": 8615.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 42284828,
            "mappedReadsCount": 36501820,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426765"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003788",
              "name": "transmedullary neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm1/TmY8",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 33.124167,
          "sdRefIntergenicDistribution": 1.820120,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 158,
          "maxRank": 9388.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 42284828,
            "mappedReadsCount": 36501820,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426765"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003797",
              "name": "transmedullary neuron Tm9 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm9",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.841502,
          "sdRefIntergenicDistribution": 1.798560,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 274,
          "maxRank": 10146.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 42284828,
            "mappedReadsCount": 36501820,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426765"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003832",
              "name": "proximal medullary amacrine neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Pm1/Pm2",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.319344,
          "sdRefIntergenicDistribution": 1.798189,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 218,
          "maxRank": 9668.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 42284828,
            "mappedReadsCount": 36501820,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426765"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003837",
              "name": "medullary tangential neuron Mt1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 19.001368,
          "sdRefIntergenicDistribution": 1.633460,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 208,
          "maxRank": 9745.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 42284828,
            "mappedReadsCount": 36501820,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426765"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003838",
              "name": "medullary tangential neuron Mt2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T2 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 19.938194,
          "sdRefIntergenicDistribution": 1.723867,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 186,
          "maxRank": 9669.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 42284828,
            "mappedReadsCount": 36501820,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426765"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003839",
              "name": "medullary tangential neuron Mt3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T3 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 23.388013,
          "sdRefIntergenicDistribution": 1.669249,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 174,
          "maxRank": 9601.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 42284828,
            "mappedReadsCount": 36501820,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426765"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00006048",
              "name": "pacemaker neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Clock (neuron)",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.470726,
          "sdRefIntergenicDistribution": 1.770242,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 215,
          "maxRank": 9679.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 42284828,
            "mappedReadsCount": 36501820,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426765"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00007438",
              "name": "adult antennal lobe projection neuron adPN (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.162862,
          "sdRefIntergenicDistribution": 1.827604,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 291,
          "maxRank": 9901.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 42284828,
            "mappedReadsCount": 36501820,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426765"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047095",
              "name": "adult neuron"
            },
            "cellTypeAuthorAnnotation": "dorsal_Fan-shaped_Body",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 42284828,
            "mappedReadsCount": 36501820,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426765"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047527",
              "name": "adult myoinhibitory peptide neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.149731,
          "sdRefIntergenicDistribution": 1.754051,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 273,
          "maxRank": 10114.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 42284828,
            "mappedReadsCount": 36501820,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426765"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047955",
              "name": "adult mushroom body output neuron"
            },
            "cellTypeAuthorAnnotation": "MBON",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 211.527924,
          "sdRefIntergenicDistribution": 1.788882,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 47,
          "maxRank": 8141.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 42284828,
            "mappedReadsCount": 36501820,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426765"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049526",
              "name": "adult serotonergic neuron"
            },
            "cellTypeAuthorAnnotation": "Serotonergic",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 26.201148,
          "sdRefIntergenicDistribution": 1.804451,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 174,
          "maxRank": 9584.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 42284828,
            "mappedReadsCount": 36501820,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426765"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049825",
              "name": "adult Kenyon cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.344109,
          "sdRefIntergenicDistribution": 2.341533,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 426,
          "maxRank": 10341.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 42284828,
            "mappedReadsCount": 36501820,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426765"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049828",
              "name": "adult gamma Kenyon cell"
            },
            "cellTypeAuthorAnnotation": "G-KC (gamma lobe mushroom body Kenyon cell)",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.105352,
          "sdRefIntergenicDistribution": 1.942775,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 422,
          "maxRank": 10371.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 42284828,
            "mappedReadsCount": 36501820,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426765"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00051299",
              "name": "adult olfactory projection neuron"
            },
            "cellTypeAuthorAnnotation": "Olfactory_projection_neurons",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 42284828,
            "mappedReadsCount": 36501820,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426765"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058144",
              "name": "adult plasmatocyte"
            },
            "cellTypeAuthorAnnotation": "Plasmatocytes",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.343257,
          "sdRefIntergenicDistribution": 1.781211,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 291,
          "maxRank": 9751.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 42284828,
            "mappedReadsCount": 36501820,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426765"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058202",
              "name": "adult peptidergic neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.814938,
          "sdRefIntergenicDistribution": 1.664010,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 259,
          "maxRank": 9782.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 42284828,
            "mappedReadsCount": 36501820,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426765"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058203",
              "name": "adult octopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Octopaminergic",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 75.894859,
          "sdRefIntergenicDistribution": 1.259921,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 86,
          "maxRank": 8666.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 42284828,
            "mappedReadsCount": 36501820,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426765"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058204",
              "name": "adult tyraminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Tyraminergic",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 152.817787,
          "sdRefIntergenicDistribution": 1.277704,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 51,
          "maxRank": 8194.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 42284828,
            "mappedReadsCount": 36501820,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426765"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058206",
              "name": "adult dopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Dopaminergic",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 50.931907,
          "sdRefIntergenicDistribution": 1.519579,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 113,
          "maxRank": 9009.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 42284828,
            "mappedReadsCount": 36501820,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426765"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058222",
              "name": "sugar-sensing neuron of the adult brain"
            },
            "cellTypeAuthorAnnotation": "Gr43a (fructose-sensing neuron expressing Gr43a)",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 30.348924,
          "sdRefIntergenicDistribution": 1.966530,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 177,
          "maxRank": 9352.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 42284828,
            "mappedReadsCount": 36501820,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426765"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00067350",
              "name": "antennal lobe projection neuron iPN (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 32.430889,
          "sdRefIntergenicDistribution": 1.709507,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 151,
          "maxRank": 9402.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 42284828,
            "mappedReadsCount": 36501820,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426765"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100214",
              "name": "dopaminergic PAM neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "PAM",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 53.699985,
          "sdRefIntergenicDistribution": 1.491965,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 98,
          "maxRank": 8994.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 42284828,
            "mappedReadsCount": 36501820,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426765"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100501",
              "name": "adult cell body glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Cortex_glia",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 42284828,
            "mappedReadsCount": 36501820,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426765"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100504",
              "name": "ensheathing neuropil associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Ensheathing_glia",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 39.891273,
          "sdRefIntergenicDistribution": 1.659560,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 141,
          "maxRank": 9343.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 42284828,
            "mappedReadsCount": 36501820,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426765"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100505",
              "name": "reticular neuropil associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Astrocyte-like",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.559704,
          "sdRefIntergenicDistribution": 2.277638,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 352,
          "maxRank": 10170.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 42284828,
            "mappedReadsCount": 36501820,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426765"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100506",
              "name": "adult brain perineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Perineurial_glia",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 103.669015,
          "sdRefIntergenicDistribution": 1.612790,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 58,
          "maxRank": 8479.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 42284828,
            "mappedReadsCount": 36501820,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426765"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100525",
              "name": "adult optic chiasma glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Chiasm_glia",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 42284828,
            "mappedReadsCount": 36501820,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426765"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110065",
              "name": "lamina wide-field cell Lawf2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Lawf2",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 78.432234,
          "sdRefIntergenicDistribution": 1.203521,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 84,
          "maxRank": 8562.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 42284828,
            "mappedReadsCount": 36501820,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426765"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110066",
              "name": "proximal medullary amacrine neuron Pm3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Pm3",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 328.793076,
          "sdRefIntergenicDistribution": 1.030706,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 31,
          "maxRank": 7767.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 42284828,
            "mappedReadsCount": 36501820,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426765"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110074",
              "name": "transmedullary neuron Tm5c (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm5c",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 59.128120,
          "sdRefIntergenicDistribution": 2.023991,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 127,
          "maxRank": 8896.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 42284828,
            "mappedReadsCount": 36501820,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426765"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110107",
              "name": "adult dorsomedial neurosecretory cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "IPC",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.759033,
          "sdRefIntergenicDistribution": 1.770038,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 219,
          "maxRank": 9796.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 42284828,
            "mappedReadsCount": 36501820,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426765"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111271",
              "name": "distal medullary amacrine neuron Dm9"
            },
            "cellTypeAuthorAnnotation": "Dm9",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 72.699375,
          "sdRefIntergenicDistribution": 2.054142,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 107,
          "maxRank": 8760.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 42284828,
            "mappedReadsCount": 36501820,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426765"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111286",
              "name": "transmedullary Y neuron TmY14"
            },
            "cellTypeAuthorAnnotation": "TmY14",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.862218,
          "sdRefIntergenicDistribution": 1.723054,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 270,
          "maxRank": 10097.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 42284828,
            "mappedReadsCount": 36501820,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426765"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:2000029",
              "name": "central nervous system neuron"
            },
            "cellTypeAuthorAnnotation": "Poxn (-expressing neurons)",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 37.878263,
          "sdRefIntergenicDistribution": 2.068963,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 153,
          "maxRank": 9164.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 42284828,
            "mappedReadsCount": 36501820,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426765"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003718",
              "name": "lamina monopolar neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.934535,
          "sdRefIntergenicDistribution": 1.719132,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 200,
          "maxRank": 9488.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 42284828,
            "mappedReadsCount": 36501820,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426765"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003719",
              "name": "lamina monopolar neuron L1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "L1",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 42284828,
            "mappedReadsCount": 36501820,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426765"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003721",
              "name": "lamina monopolar neuron L3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "L3",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 155.888211,
          "sdRefIntergenicDistribution": 1.634737,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 64,
          "maxRank": 8174.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 42284828,
            "mappedReadsCount": 36501820,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426765"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003776",
              "name": "medullary intrinsic neuron Mi1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Mi1",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 19.518095,
          "sdRefIntergenicDistribution": 2.117479,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 221,
          "maxRank": 9645.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 42284828,
            "mappedReadsCount": 36501820,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426765"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003793",
              "name": "transmedullary neuron Tm5 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm5ab",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 44.954543,
          "sdRefIntergenicDistribution": 2.200598,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 122,
          "maxRank": 9098.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 42284828,
            "mappedReadsCount": 36501820,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426765"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00004101",
              "name": "peptidergic neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "FMRFa",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 72.549794,
          "sdRefIntergenicDistribution": 1.633000,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 97,
          "maxRank": 8597.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 42284828,
            "mappedReadsCount": 36501820,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426765"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00048313",
              "name": "ITP neuron"
            },
            "cellTypeAuthorAnnotation": "ITP",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 35.760658,
          "sdRefIntergenicDistribution": 2.146359,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 140,
          "maxRank": 8934.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 42284828,
            "mappedReadsCount": 36501820,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426765"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00051053",
              "name": "adult corazonin neuron"
            },
            "cellTypeAuthorAnnotation": "Crz ( fructose-sensing neuron expressing the crz gene)",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 141.155264,
          "sdRefIntergenicDistribution": 1.692978,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 67,
          "maxRank": 8318.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 42284828,
            "mappedReadsCount": 36501820,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426765"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111282",
              "name": "proximal medullary amacrine neuron Pm4"
            },
            "cellTypeAuthorAnnotation": "Pm4",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 170.585748,
          "sdRefIntergenicDistribution": 2.463138,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 53,
          "maxRank": 8314.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 66657345,
            "mappedReadsCount": 53583780,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426766"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0000210",
              "name": "photoreceptor cell"
            },
            "cellTypeAuthorAnnotation": "Photoreceptors",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 157.337691,
          "sdRefIntergenicDistribution": 1.718558,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 58,
          "maxRank": 8192.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 66657345,
            "mappedReadsCount": 53583780,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426766"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "Unannotated",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.615243,
          "sdRefIntergenicDistribution": 2.215796,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1014,
          "maxRank": 11687.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 66657345,
            "mappedReadsCount": 53583780,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426766"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00001258",
              "name": "subperineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Subperineurial_glia",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 56.639071,
          "sdRefIntergenicDistribution": 1.232435,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 103,
          "maxRank": 8930.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 66657345,
            "mappedReadsCount": 53583780,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426766"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003629",
              "name": "DN1 neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "DN1",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 87.207330,
          "sdRefIntergenicDistribution": 2.052325,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 102,
          "maxRank": 8804.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 66657345,
            "mappedReadsCount": 53583780,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426766"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003702",
              "name": "optic lobe neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T4/T5 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 228.250990,
          "sdRefIntergenicDistribution": 1.322333,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 38,
          "maxRank": 8046.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 66657345,
            "mappedReadsCount": 53583780,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426766"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003718",
              "name": "lamina monopolar neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "L4/L5",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 340.326735,
          "sdRefIntergenicDistribution": 1.687808,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 35,
          "maxRank": 7871.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 66657345,
            "mappedReadsCount": 53583780,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426766"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003719",
              "name": "lamina monopolar neuron L1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "L1",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 60.108815,
          "sdRefIntergenicDistribution": 2.097437,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 108,
          "maxRank": 8812.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 66657345,
            "mappedReadsCount": 53583780,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426766"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003720",
              "name": "lamina monopolar neuron L2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "L2",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 86.173774,
          "sdRefIntergenicDistribution": 1.941249,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 99,
          "maxRank": 8632.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 66657345,
            "mappedReadsCount": 53583780,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426766"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003721",
              "name": "lamina monopolar neuron L3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "L3",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 826.515500,
          "sdRefIntergenicDistribution": 1.749784,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 24,
          "maxRank": 7653.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 66657345,
            "mappedReadsCount": 53583780,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426766"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003741",
              "name": "lamina wide-field cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Lawf1",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2423.673629,
          "sdRefIntergenicDistribution": 1.632527,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 19,
          "maxRank": 7454.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 66657345,
            "mappedReadsCount": 53583780,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426766"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003744",
              "name": "centrifugal neuron C3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "C3",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 105.012637,
          "sdRefIntergenicDistribution": 1.287462,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 65,
          "maxRank": 8475.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 66657345,
            "mappedReadsCount": 53583780,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426766"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003767",
              "name": "distal medullary amacrine neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Dm8/Dm11",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 66657345,
            "mappedReadsCount": 53583780,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426766"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003776",
              "name": "medullary intrinsic neuron Mi1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Mi1",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1219.202037,
          "sdRefIntergenicDistribution": 2.226381,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 18,
          "maxRank": 7503.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 66657345,
            "mappedReadsCount": 53583780,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426766"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003788",
              "name": "transmedullary neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm1/TmY8",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 133.558985,
          "sdRefIntergenicDistribution": 1.493039,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 57,
          "maxRank": 8402.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 66657345,
            "mappedReadsCount": 53583780,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426766"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003793",
              "name": "transmedullary neuron Tm5 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm5ab",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 66657345,
            "mappedReadsCount": 53583780,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426766"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003797",
              "name": "transmedullary neuron Tm9 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm9",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 180.821539,
          "sdRefIntergenicDistribution": 1.520746,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 47,
          "maxRank": 8283.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 66657345,
            "mappedReadsCount": 53583780,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426766"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003832",
              "name": "proximal medullary amacrine neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 71.786311,
          "sdRefIntergenicDistribution": 2.082662,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 78,
          "maxRank": 8905.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 66657345,
            "mappedReadsCount": 53583780,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426766"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003837",
              "name": "medullary tangential neuron Mt1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 168.345432,
          "sdRefIntergenicDistribution": 1.273807,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 46,
          "maxRank": 8218.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 66657345,
            "mappedReadsCount": 53583780,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426766"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003838",
              "name": "medullary tangential neuron Mt2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T2 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 66657345,
            "mappedReadsCount": 53583780,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426766"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003839",
              "name": "medullary tangential neuron Mt3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T3 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 66657345,
            "mappedReadsCount": 53583780,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426766"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00005899",
              "name": "dorsal cluster neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "DCN",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 66657345,
            "mappedReadsCount": 53583780,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426766"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00006048",
              "name": "pacemaker neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Clock (neuron)",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 58.941819,
          "sdRefIntergenicDistribution": 1.782315,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 103,
          "maxRank": 9029.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 66657345,
            "mappedReadsCount": 53583780,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426766"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00007438",
              "name": "adult antennal lobe projection neuron adPN (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 67.024692,
          "sdRefIntergenicDistribution": 1.627266,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 92,
          "maxRank": 8935.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 66657345,
            "mappedReadsCount": 53583780,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426766"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047095",
              "name": "adult neuron"
            },
            "cellTypeAuthorAnnotation": "dorsal_Fan-shaped_Body",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 66657345,
            "mappedReadsCount": 53583780,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426766"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047527",
              "name": "adult myoinhibitory peptide neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 33.074058,
          "sdRefIntergenicDistribution": 1.812847,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 131,
          "maxRank": 9488.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 66657345,
            "mappedReadsCount": 53583780,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426766"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047955",
              "name": "adult mushroom body output neuron"
            },
            "cellTypeAuthorAnnotation": "MBON",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 99.561855,
          "sdRefIntergenicDistribution": 1.648707,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 66,
          "maxRank": 8729.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 66657345,
            "mappedReadsCount": 53583780,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426766"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00048012",
              "name": "adult capability neuron"
            },
            "cellTypeAuthorAnnotation": "Capa (CAPA-expressing neurons)",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 108.067434,
          "sdRefIntergenicDistribution": 1.519381,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 57,
          "maxRank": 8288.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 66657345,
            "mappedReadsCount": 53583780,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426766"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00048298",
              "name": "CCHamide-1 neuron"
            },
            "cellTypeAuthorAnnotation": "CCHa1",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 334.219161,
          "sdRefIntergenicDistribution": 2.025728,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 44,
          "maxRank": 7997.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 66657345,
            "mappedReadsCount": 53583780,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426766"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00048313",
              "name": "ITP neuron"
            },
            "cellTypeAuthorAnnotation": "ITP",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 40.214617,
          "sdRefIntergenicDistribution": 1.917090,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 124,
          "maxRank": 8872.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 66657345,
            "mappedReadsCount": 53583780,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426766"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049526",
              "name": "adult serotonergic neuron"
            },
            "cellTypeAuthorAnnotation": "Serotonergic",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 96.065849,
          "sdRefIntergenicDistribution": 1.714656,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 77,
          "maxRank": 8665.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 66657345,
            "mappedReadsCount": 53583780,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426766"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049825",
              "name": "adult Kenyon cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 66657345,
            "mappedReadsCount": 53583780,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426766"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049828",
              "name": "adult gamma Kenyon cell"
            },
            "cellTypeAuthorAnnotation": "G-KC (gamma lobe mushroom body Kenyon cell)",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 66657345,
            "mappedReadsCount": 53583780,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426766"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00051053",
              "name": "adult corazonin neuron"
            },
            "cellTypeAuthorAnnotation": "Crz ( fructose-sensing neuron expressing the crz gene)",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 251.361583,
          "sdRefIntergenicDistribution": 1.281475,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 36,
          "maxRank": 7844.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 66657345,
            "mappedReadsCount": 53583780,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426766"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058144",
              "name": "adult plasmatocyte"
            },
            "cellTypeAuthorAnnotation": "Plasmatocytes",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.736311,
          "sdRefIntergenicDistribution": 2.153445,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 292,
          "maxRank": 9696.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 66657345,
            "mappedReadsCount": 53583780,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426766"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058202",
              "name": "adult peptidergic neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.065005,
          "sdRefIntergenicDistribution": 1.878174,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 361,
          "maxRank": 10214.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 66657345,
            "mappedReadsCount": 53583780,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426766"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058203",
              "name": "adult octopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Octopaminergic",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 221.889511,
          "sdRefIntergenicDistribution": 1.115449,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 44,
          "maxRank": 8056.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 66657345,
            "mappedReadsCount": 53583780,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426766"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058206",
              "name": "adult dopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Dopaminergic",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 174.614842,
          "sdRefIntergenicDistribution": 1.638898,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 52,
          "maxRank": 8346.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 66657345,
            "mappedReadsCount": 53583780,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426766"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058222",
              "name": "sugar-sensing neuron of the adult brain"
            },
            "cellTypeAuthorAnnotation": "Gr43a (fructose-sensing neuron expressing Gr43a)",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 52.856686,
          "sdRefIntergenicDistribution": 1.371233,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 118,
          "maxRank": 9048.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 66657345,
            "mappedReadsCount": 53583780,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426766"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00067350",
              "name": "antennal lobe projection neuron iPN (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lPN",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 197.684696,
          "sdRefIntergenicDistribution": 1.242471,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 41,
          "maxRank": 8085.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 66657345,
            "mappedReadsCount": 53583780,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426766"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100214",
              "name": "dopaminergic PAM neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "PAM",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 204.609972,
          "sdRefIntergenicDistribution": 1.030789,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 36,
          "maxRank": 8026.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 66657345,
            "mappedReadsCount": 53583780,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426766"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100501",
              "name": "adult cell body glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Cortex_glia",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 66657345,
            "mappedReadsCount": 53583780,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426766"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100504",
              "name": "ensheathing neuropil associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Ensheathing_glia",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.403760,
          "sdRefIntergenicDistribution": 2.290473,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 321,
          "maxRank": 10022.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 66657345,
            "mappedReadsCount": 53583780,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426766"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100505",
              "name": "reticular neuropil associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Astrocyte-like",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 30.219280,
          "sdRefIntergenicDistribution": 2.351052,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 216,
          "maxRank": 9571.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 66657345,
            "mappedReadsCount": 53583780,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426766"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100506",
              "name": "adult brain perineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Perineurial_glia",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 33.679676,
          "sdRefIntergenicDistribution": 2.216484,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 195,
          "maxRank": 9420.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 66657345,
            "mappedReadsCount": 53583780,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426766"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100525",
              "name": "adult optic chiasma glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Chiasm_glia",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 93.813069,
          "sdRefIntergenicDistribution": 1.534518,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 87,
          "maxRank": 8339.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 66657345,
            "mappedReadsCount": 53583780,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426766"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110066",
              "name": "proximal medullary amacrine neuron Pm3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Pm3",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 66657345,
            "mappedReadsCount": 53583780,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426766"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110074",
              "name": "transmedullary neuron Tm5c (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm5c",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 246.892687,
          "sdRefIntergenicDistribution": 1.707803,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 57,
          "maxRank": 8236.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 66657345,
            "mappedReadsCount": 53583780,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426766"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110107",
              "name": "adult dorsomedial neurosecretory cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "IPC",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 546.619076,
          "sdRefIntergenicDistribution": 1.331932,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 21,
          "maxRank": 7660.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 66657345,
            "mappedReadsCount": 53583780,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426766"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110924",
              "name": "adult Hugin neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Hug",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 116.896668,
          "sdRefIntergenicDistribution": 1.762870,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 71,
          "maxRank": 8454.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 66657345,
            "mappedReadsCount": 53583780,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426766"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111282",
              "name": "proximal medullary amacrine neuron Pm4"
            },
            "cellTypeAuthorAnnotation": "Pm4",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 362.460878,
          "sdRefIntergenicDistribution": 1.733327,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 32,
          "maxRank": 7920.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 66657345,
            "mappedReadsCount": 53583780,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426766"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111286",
              "name": "transmedullary Y neuron TmY14"
            },
            "cellTypeAuthorAnnotation": "TmY14",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 107.368420,
          "sdRefIntergenicDistribution": 1.471915,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 62,
          "maxRank": 8513.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 74275408,
            "mappedReadsCount": 40806086,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0000210",
              "name": "photoreceptor cell"
            },
            "cellTypeAuthorAnnotation": "Photoreceptors",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 40.535500,
          "sdRefIntergenicDistribution": 1.321680,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 115,
          "maxRank": 9244.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 74275408,
            "mappedReadsCount": 40806086,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0000381",
              "name": "neurosecretory neuron"
            },
            "cellTypeAuthorAnnotation": "AstA/Nplp1",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 74275408,
            "mappedReadsCount": 40806086,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.638190,
          "sdRefIntergenicDistribution": 2.638935,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1654,
          "maxRank": 11869.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 74275408,
            "mappedReadsCount": 40806086,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00001258",
              "name": "subperineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Subperineurial_glia",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 45.392818,
          "sdRefIntergenicDistribution": 1.282153,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 98,
          "maxRank": 9209.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 74275408,
            "mappedReadsCount": 40806086,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003629",
              "name": "DN1 neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "DN1",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 198.102135,
          "sdRefIntergenicDistribution": 1.378319,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 46,
          "maxRank": 8021.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 74275408,
            "mappedReadsCount": 40806086,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003702",
              "name": "optic lobe neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T4/T5 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 74275408,
            "mappedReadsCount": 40806086,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003718",
              "name": "lamina monopolar neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 43.840911,
          "sdRefIntergenicDistribution": 1.282153,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 113,
          "maxRank": 8965.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 74275408,
            "mappedReadsCount": 40806086,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003719",
              "name": "lamina monopolar neuron L1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "L1",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 177.538580,
          "sdRefIntergenicDistribution": 2.236360,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 61,
          "maxRank": 8236.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 74275408,
            "mappedReadsCount": 40806086,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003720",
              "name": "lamina monopolar neuron L2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "L2",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 175.791367,
          "sdRefIntergenicDistribution": 1.817383,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 55,
          "maxRank": 8145.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 74275408,
            "mappedReadsCount": 40806086,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003721",
              "name": "lamina monopolar neuron L3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "L3",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 702.465744,
          "sdRefIntergenicDistribution": 3.608463,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 33,
          "maxRank": 7837.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 74275408,
            "mappedReadsCount": 40806086,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003741",
              "name": "lamina wide-field cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Lawf1",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 74275408,
            "mappedReadsCount": 40806086,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003743",
              "name": "centrifugal neuron C2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "C2",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 74275408,
            "mappedReadsCount": 40806086,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003744",
              "name": "centrifugal neuron C3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "C3",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 377.492462,
          "sdRefIntergenicDistribution": 1.634446,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 26,
          "maxRank": 7765.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 74275408,
            "mappedReadsCount": 40806086,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003767",
              "name": "distal medullary amacrine neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Dm8/Dm11",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 74275408,
            "mappedReadsCount": 40806086,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003776",
              "name": "medullary intrinsic neuron Mi1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Mi1",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 84.405688,
          "sdRefIntergenicDistribution": 1.514743,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 70,
          "maxRank": 8483.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 74275408,
            "mappedReadsCount": 40806086,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003788",
              "name": "transmedullary neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm1/TmY8",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 269.016008,
          "sdRefIntergenicDistribution": 1.363404,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 30,
          "maxRank": 7908.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 74275408,
            "mappedReadsCount": 40806086,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003793",
              "name": "transmedullary neuron Tm5 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm5ab",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 462.268928,
          "sdRefIntergenicDistribution": 2.581957,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 29,
          "maxRank": 7837.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 74275408,
            "mappedReadsCount": 40806086,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003797",
              "name": "transmedullary neuron Tm9 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm9",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 88.560962,
          "sdRefIntergenicDistribution": 1.286219,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 55,
          "maxRank": 8619.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 74275408,
            "mappedReadsCount": 40806086,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003832",
              "name": "proximal medullary amacrine neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.299338,
          "sdRefIntergenicDistribution": 1.462365,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 150,
          "maxRank": 9618.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 74275408,
            "mappedReadsCount": 40806086,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003837",
              "name": "medullary tangential neuron Mt1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Mt1",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 382.795418,
          "sdRefIntergenicDistribution": 1.180019,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 21,
          "maxRank": 7762.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 74275408,
            "mappedReadsCount": 40806086,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003838",
              "name": "medullary tangential neuron Mt2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T2 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 74275408,
            "mappedReadsCount": 40806086,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003839",
              "name": "medullary tangential neuron Mt3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T3 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 74275408,
            "mappedReadsCount": 40806086,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00005899",
              "name": "dorsal cluster neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "DCN",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 228.390698,
          "sdRefIntergenicDistribution": 1.056028,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 33,
          "maxRank": 7968.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 74275408,
            "mappedReadsCount": 40806086,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00006048",
              "name": "pacemaker neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Clock (neuron)",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 33.957694,
          "sdRefIntergenicDistribution": 1.725617,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 122,
          "maxRank": 9442.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 74275408,
            "mappedReadsCount": 40806086,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00007438",
              "name": "adult antennal lobe projection neuron adPN (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 31.630445,
          "sdRefIntergenicDistribution": 1.231491,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 128,
          "maxRank": 9305.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 74275408,
            "mappedReadsCount": 40806086,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047095",
              "name": "adult neuron"
            },
            "cellTypeAuthorAnnotation": "dorsal_Fan-shaped_Body",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 74275408,
            "mappedReadsCount": 40806086,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047527",
              "name": "adult myoinhibitory peptide neuron"
            },
            "cellTypeAuthorAnnotation": "Mip",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.087574,
          "sdRefIntergenicDistribution": 1.696594,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 207,
          "maxRank": 10039.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 74275408,
            "mappedReadsCount": 40806086,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047955",
              "name": "adult mushroom body output neuron"
            },
            "cellTypeAuthorAnnotation": "MBON",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 38.933935,
          "sdRefIntergenicDistribution": 1.296090,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 111,
          "maxRank": 9226.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 74275408,
            "mappedReadsCount": 40806086,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00048012",
              "name": "adult capability neuron"
            },
            "cellTypeAuthorAnnotation": "Capa (CAPA-expressing neurons)",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 87.588056,
          "sdRefIntergenicDistribution": 2.062644,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 70,
          "maxRank": 8576.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 74275408,
            "mappedReadsCount": 40806086,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00048313",
              "name": "ITP neuron"
            },
            "cellTypeAuthorAnnotation": "ITP",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 19.933207,
          "sdRefIntergenicDistribution": 2.085083,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 180,
          "maxRank": 9254.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 74275408,
            "mappedReadsCount": 40806086,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049526",
              "name": "adult serotonergic neuron"
            },
            "cellTypeAuthorAnnotation": "Serotonergic",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.827249,
          "sdRefIntergenicDistribution": 1.573107,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 139,
          "maxRank": 9556.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 74275408,
            "mappedReadsCount": 40806086,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049825",
              "name": "adult Kenyon cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 30.884943,
          "sdRefIntergenicDistribution": 2.527143,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 144,
          "maxRank": 9362.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 74275408,
            "mappedReadsCount": 40806086,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049828",
              "name": "adult gamma Kenyon cell"
            },
            "cellTypeAuthorAnnotation": "G-KC (gamma lobe mushroom body Kenyon cell)",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 43.152566,
          "sdRefIntergenicDistribution": 2.032813,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 101,
          "maxRank": 9101.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 74275408,
            "mappedReadsCount": 40806086,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00051299",
              "name": "adult olfactory projection neuron"
            },
            "cellTypeAuthorAnnotation": "Olfactory_projection_neurons",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 222.913005,
          "sdRefIntergenicDistribution": 1.198810,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 36,
          "maxRank": 8031.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 74275408,
            "mappedReadsCount": 40806086,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058144",
              "name": "adult plasmatocyte"
            },
            "cellTypeAuthorAnnotation": "Plasmatocytes",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 37.662869,
          "sdRefIntergenicDistribution": 1.579050,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 139,
          "maxRank": 9373.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 74275408,
            "mappedReadsCount": 40806086,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058202",
              "name": "adult peptidergic neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.490892,
          "sdRefIntergenicDistribution": 1.864988,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 367,
          "maxRank": 10281.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 74275408,
            "mappedReadsCount": 40806086,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058203",
              "name": "adult octopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Octopaminergic",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 127.757243,
          "sdRefIntergenicDistribution": 1.259921,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 46,
          "maxRank": 8342.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 74275408,
            "mappedReadsCount": 40806086,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058204",
              "name": "adult tyraminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Tyraminergic",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 74275408,
            "mappedReadsCount": 40806086,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058206",
              "name": "adult dopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Dopaminergic",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 89.226472,
          "sdRefIntergenicDistribution": 1.709976,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 65,
          "maxRank": 8629.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 74275408,
            "mappedReadsCount": 40806086,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058222",
              "name": "sugar-sensing neuron of the adult brain"
            },
            "cellTypeAuthorAnnotation": "Gr43a (fructose-sensing neuron expressing Gr43a)",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 61.322232,
          "sdRefIntergenicDistribution": 1.999248,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 84,
          "maxRank": 8713.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 74275408,
            "mappedReadsCount": 40806086,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00067350",
              "name": "antennal lobe projection neuron iPN (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 83.738302,
          "sdRefIntergenicDistribution": 1.286219,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 66,
          "maxRank": 8606.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 74275408,
            "mappedReadsCount": 40806086,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100214",
              "name": "dopaminergic PAM neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "PAM",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 74275408,
            "mappedReadsCount": 40806086,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100501",
              "name": "adult cell body glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Cortex_glia",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 74275408,
            "mappedReadsCount": 40806086,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100504",
              "name": "ensheathing neuropil associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Ensheathing_glia",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.128697,
          "sdRefIntergenicDistribution": 2.132338,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 230,
          "maxRank": 9967.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 74275408,
            "mappedReadsCount": 40806086,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100505",
              "name": "reticular neuropil associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Astrocyte-like",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 43.327616,
          "sdRefIntergenicDistribution": 1.931170,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 136,
          "maxRank": 9260.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 74275408,
            "mappedReadsCount": 40806086,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100506",
              "name": "adult brain perineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Perineurial_glia",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 63.852893,
          "sdRefIntergenicDistribution": 2.264914,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 122,
          "maxRank": 9011.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 74275408,
            "mappedReadsCount": 40806086,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100525",
              "name": "adult optic chiasma glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Chiasm_glia",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 74275408,
            "mappedReadsCount": 40806086,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110065",
              "name": "lamina wide-field cell Lawf2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Lawf2",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 74275408,
            "mappedReadsCount": 40806086,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110066",
              "name": "proximal medullary amacrine neuron Pm3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Pm3",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 245.096273,
          "sdRefIntergenicDistribution": 1.414214,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 32,
          "maxRank": 7980.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 74275408,
            "mappedReadsCount": 40806086,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110074",
              "name": "transmedullary neuron Tm5c (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm5c",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 31.778474,
          "sdRefIntergenicDistribution": 1.908182,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 158,
          "maxRank": 9383.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 74275408,
            "mappedReadsCount": 40806086,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110107",
              "name": "adult dorsomedial neurosecretory cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "IPC",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.329631,
          "sdRefIntergenicDistribution": 1.669392,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 199,
          "maxRank": 9861.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 74275408,
            "mappedReadsCount": 40806086,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110924",
              "name": "adult Hugin neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Hug",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 74.625874,
          "sdRefIntergenicDistribution": 1.688719,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 66,
          "maxRank": 8514.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 74275408,
            "mappedReadsCount": 40806086,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111271",
              "name": "distal medullary amacrine neuron Dm9"
            },
            "cellTypeAuthorAnnotation": "Dm9",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 337.278260,
          "sdRefIntergenicDistribution": 1.327074,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 27,
          "maxRank": 7833.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 74275408,
            "mappedReadsCount": 40806086,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111282",
              "name": "proximal medullary amacrine neuron Pm4"
            },
            "cellTypeAuthorAnnotation": "Pm4",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 74275408,
            "mappedReadsCount": 40806086,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111286",
              "name": "transmedullary Y neuron TmY14"
            },
            "cellTypeAuthorAnnotation": "TmY14",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.878987,
          "sdRefIntergenicDistribution": 1.281619,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 198,
          "maxRank": 9765.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 80358284,
            "mappedReadsCount": 58009150,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0000210",
              "name": "photoreceptor cell"
            },
            "cellTypeAuthorAnnotation": "Photoreceptors",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 76.169001,
          "sdRefIntergenicDistribution": 1.490431,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 89,
          "maxRank": 8480.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 80358284,
            "mappedReadsCount": 58009150,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0000381",
              "name": "neurosecretory neuron"
            },
            "cellTypeAuthorAnnotation": "AstA/Nplp1",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 142.903128,
          "sdRefIntergenicDistribution": 1.245071,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 44,
          "maxRank": 8169.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 80358284,
            "mappedReadsCount": 58009150,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "Unannotated",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.241561,
          "sdRefIntergenicDistribution": 2.303114,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1182,
          "maxRank": 11744.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 80358284,
            "mappedReadsCount": 58009150,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00001258",
              "name": "subperineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Subperineurial_glia",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 194.137780,
          "sdRefIntergenicDistribution": 1.885672,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 45,
          "maxRank": 8199.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 80358284,
            "mappedReadsCount": 58009150,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003702",
              "name": "optic lobe neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T4/T5 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 268.136871,
          "sdRefIntergenicDistribution": 1.363404,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 28,
          "maxRank": 7955.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 80358284,
            "mappedReadsCount": 58009150,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003718",
              "name": "lamina monopolar neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 39.696976,
          "sdRefIntergenicDistribution": 1.642972,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 141,
          "maxRank": 9181.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 80358284,
            "mappedReadsCount": 58009150,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003719",
              "name": "lamina monopolar neuron L1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "L1",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 694.723802,
          "sdRefIntergenicDistribution": 1.961198,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 20,
          "maxRank": 7619.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 80358284,
            "mappedReadsCount": 58009150,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003720",
              "name": "lamina monopolar neuron L2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "L2",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 155.863555,
          "sdRefIntergenicDistribution": 1.411516,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 61,
          "maxRank": 8165.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 80358284,
            "mappedReadsCount": 58009150,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003721",
              "name": "lamina monopolar neuron L3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "L3",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 431.961823,
          "sdRefIntergenicDistribution": 1.612688,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 27,
          "maxRank": 7747.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 80358284,
            "mappedReadsCount": 58009150,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003741",
              "name": "lamina wide-field cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Lawf1",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 80358284,
            "mappedReadsCount": 58009150,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003767",
              "name": "distal medullary amacrine neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Dm8/Dm11",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 306.103268,
          "sdRefIntergenicDistribution": 1.492106,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 33,
          "maxRank": 7956.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 80358284,
            "mappedReadsCount": 58009150,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003776",
              "name": "medullary intrinsic neuron Mi1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Mi1",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 252.309813,
          "sdRefIntergenicDistribution": 1.584252,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 43,
          "maxRank": 7939.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 80358284,
            "mappedReadsCount": 58009150,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003788",
              "name": "transmedullary neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm1/TmY8",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 69.935159,
          "sdRefIntergenicDistribution": 1.470023,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 88,
          "maxRank": 8780.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 80358284,
            "mappedReadsCount": 58009150,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003797",
              "name": "transmedullary neuron Tm9 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm9",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 238.456468,
          "sdRefIntergenicDistribution": 1.357506,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 35,
          "maxRank": 8028.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 80358284,
            "mappedReadsCount": 58009150,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003832",
              "name": "proximal medullary amacrine neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Pm1/Pm2",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 80358284,
            "mappedReadsCount": 58009150,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003837",
              "name": "medullary tangential neuron Mt1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 113.805582,
          "sdRefIntergenicDistribution": 1.454654,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 69,
          "maxRank": 8501.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 80358284,
            "mappedReadsCount": 58009150,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003838",
              "name": "medullary tangential neuron Mt2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T2 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 176.090180,
          "sdRefIntergenicDistribution": 1.274509,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 42,
          "maxRank": 8151.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 80358284,
            "mappedReadsCount": 58009150,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003839",
              "name": "medullary tangential neuron Mt3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T3 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 80358284,
            "mappedReadsCount": 58009150,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00004046",
              "name": "LNv neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "LNv",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 71.103979,
          "sdRefIntergenicDistribution": 1.959025,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 79,
          "maxRank": 8481.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 80358284,
            "mappedReadsCount": 58009150,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00005899",
              "name": "dorsal cluster neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "DCN",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 80358284,
            "mappedReadsCount": 58009150,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00006048",
              "name": "pacemaker neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Clock (neuron)",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 52.080514,
          "sdRefIntergenicDistribution": 1.573736,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 115,
          "maxRank": 9017.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 80358284,
            "mappedReadsCount": 58009150,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00007438",
              "name": "adult antennal lobe projection neuron adPN (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 19.913424,
          "sdRefIntergenicDistribution": 1.701918,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 233,
          "maxRank": 9812.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 80358284,
            "mappedReadsCount": 58009150,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047527",
              "name": "adult myoinhibitory peptide neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.515898,
          "sdRefIntergenicDistribution": 1.521765,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 192,
          "maxRank": 9746.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 80358284,
            "mappedReadsCount": 58009150,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047955",
              "name": "adult mushroom body output neuron"
            },
            "cellTypeAuthorAnnotation": "MBON",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 80358284,
            "mappedReadsCount": 58009150,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00048313",
              "name": "ITP neuron"
            },
            "cellTypeAuthorAnnotation": "ITP",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 23.641168,
          "sdRefIntergenicDistribution": 2.544564,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 168,
          "maxRank": 9028.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 80358284,
            "mappedReadsCount": 58009150,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049526",
              "name": "adult serotonergic neuron"
            },
            "cellTypeAuthorAnnotation": "Serotonergic",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 57.400100,
          "sdRefIntergenicDistribution": 1.756352,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 106,
          "maxRank": 9046.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 80358284,
            "mappedReadsCount": 58009150,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049825",
              "name": "adult Kenyon cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 274.196769,
          "sdRefIntergenicDistribution": 4.010010,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 40,
          "maxRank": 8172.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 80358284,
            "mappedReadsCount": 58009150,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049828",
              "name": "adult gamma Kenyon cell"
            },
            "cellTypeAuthorAnnotation": "G-KC (gamma lobe mushroom body Kenyon cell)",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.816678,
          "sdRefIntergenicDistribution": 1.330274,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 141,
          "maxRank": 9329.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 80358284,
            "mappedReadsCount": 58009150,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058144",
              "name": "adult plasmatocyte"
            },
            "cellTypeAuthorAnnotation": "Plasmatocytes",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 46.206973,
          "sdRefIntergenicDistribution": 1.425011,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 124,
          "maxRank": 9086.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 80358284,
            "mappedReadsCount": 58009150,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058202",
              "name": "adult peptidergic neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 24.599069,
          "sdRefIntergenicDistribution": 1.607333,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 211,
          "maxRank": 9490.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 80358284,
            "mappedReadsCount": 58009150,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058203",
              "name": "adult octopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Octopaminergic",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 41.275513,
          "sdRefIntergenicDistribution": 1.512221,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 132,
          "maxRank": 9166.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 80358284,
            "mappedReadsCount": 58009150,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058204",
              "name": "adult tyraminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Tyraminergic",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 58.391792,
          "sdRefIntergenicDistribution": 1.419720,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 87,
          "maxRank": 9004.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 80358284,
            "mappedReadsCount": 58009150,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058206",
              "name": "adult dopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Dopaminergic",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 139.320684,
          "sdRefIntergenicDistribution": 1.233129,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 49,
          "maxRank": 8298.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 80358284,
            "mappedReadsCount": 58009150,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058222",
              "name": "sugar-sensing neuron of the adult brain"
            },
            "cellTypeAuthorAnnotation": "Gr43a (fructose-sensing neuron expressing Gr43a)",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 80358284,
            "mappedReadsCount": 58009150,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00067350",
              "name": "antennal lobe projection neuron iPN (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lPN/CG31676",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 80358284,
            "mappedReadsCount": 58009150,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100214",
              "name": "dopaminergic PAM neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "PAM",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 743.931389,
          "sdRefIntergenicDistribution": 1.632527,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 21,
          "maxRank": 7622.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 80358284,
            "mappedReadsCount": 58009150,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100501",
              "name": "adult cell body glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Cortex_glia",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 80358284,
            "mappedReadsCount": 58009150,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100504",
              "name": "ensheathing neuropil associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Ensheathing_glia",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.243063,
          "sdRefIntergenicDistribution": 2.066150,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 298,
          "maxRank": 10008.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 80358284,
            "mappedReadsCount": 58009150,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100505",
              "name": "reticular neuropil associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Astrocyte-like",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.308748,
          "sdRefIntergenicDistribution": 2.507694,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 338,
          "maxRank": 10196.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 80358284,
            "mappedReadsCount": 58009150,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100506",
              "name": "adult brain perineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Perineurial_glia",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 59.900772,
          "sdRefIntergenicDistribution": 2.260758,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 141,
          "maxRank": 8855.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 80358284,
            "mappedReadsCount": 58009150,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100525",
              "name": "adult optic chiasma glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Chiasm_glia",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 85.339676,
          "sdRefIntergenicDistribution": 1.727604,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 80,
          "maxRank": 8622.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 80358284,
            "mappedReadsCount": 58009150,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110065",
              "name": "lamina wide-field cell Lawf2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Lawf2",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1652.118648,
          "sdRefIntergenicDistribution": 1.632527,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12,
          "maxRank": 7400.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 80358284,
            "mappedReadsCount": 58009150,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110066",
              "name": "proximal medullary amacrine neuron Pm3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Pm3",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 80358284,
            "mappedReadsCount": 58009150,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110074",
              "name": "transmedullary neuron Tm5c (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm5c",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 54.621010,
          "sdRefIntergenicDistribution": 1.651838,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 104,
          "maxRank": 8946.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 80358284,
            "mappedReadsCount": 58009150,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110107",
              "name": "adult dorsomedial neurosecretory cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "IPC",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 80358284,
            "mappedReadsCount": 58009150,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110924",
              "name": "adult Hugin neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Hug",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 252.485540,
          "sdRefIntergenicDistribution": 2.174581,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 40,
          "maxRank": 8005.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 80358284,
            "mappedReadsCount": 58009150,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111271",
              "name": "distal medullary amacrine neuron Dm9"
            },
            "cellTypeAuthorAnnotation": "Dm9",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 401.596435,
          "sdRefIntergenicDistribution": 1.327074,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 27,
          "maxRank": 7757.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 80358284,
            "mappedReadsCount": 58009150,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111286",
              "name": "transmedullary Y neuron TmY14"
            },
            "cellTypeAuthorAnnotation": "TmY14",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 48.311560,
          "sdRefIntergenicDistribution": 1.482411,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 105,
          "maxRank": 9134.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 80358284,
            "mappedReadsCount": 58009150,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111316",
              "name": "adult CCAP neuron"
            },
            "cellTypeAuthorAnnotation": "CCAP (Crustacean cardioactive peptide (CCAP)-expressing neurons)",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 74.555919,
          "sdRefIntergenicDistribution": 1.255827,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 75,
          "maxRank": 8673.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0000210",
              "name": "photoreceptor cell"
            },
            "cellTypeAuthorAnnotation": "Photoreceptors",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.540200,
          "sdRefIntergenicDistribution": 1.800567,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 279,
          "maxRank": 10264.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0000381",
              "name": "neurosecretory neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "Unannotated",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.457170,
          "sdRefIntergenicDistribution": 3.162570,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 2347,
          "maxRank": 12244.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00001258",
              "name": "subperineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Subperineurial_glia",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 23.322198,
          "sdRefIntergenicDistribution": 1.651133,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 170,
          "maxRank": 9761.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003702",
              "name": "optic lobe neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T4/T5 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 62.692604,
          "sdRefIntergenicDistribution": 1.462843,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 85,
          "maxRank": 8920.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003718",
              "name": "lamina monopolar neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 33.755522,
          "sdRefIntergenicDistribution": 1.403525,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 138,
          "maxRank": 9273.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003719",
              "name": "lamina monopolar neuron L1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "L1",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 56.328716,
          "sdRefIntergenicDistribution": 1.675286,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 103,
          "maxRank": 9030.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003720",
              "name": "lamina monopolar neuron L2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "L2",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 161.766274,
          "sdRefIntergenicDistribution": 1.935705,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 60,
          "maxRank": 8263.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003721",
              "name": "lamina monopolar neuron L3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "L3",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 136.315124,
          "sdRefIntergenicDistribution": 2.186524,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 60,
          "maxRank": 8428.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003741",
              "name": "lamina wide-field cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Lawf1",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 34.283063,
          "sdRefIntergenicDistribution": 1.700486,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 137,
          "maxRank": 9337.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003767",
              "name": "distal medullary amacrine neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Dm8/Dm11",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 128.375237,
          "sdRefIntergenicDistribution": 1.895314,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 54,
          "maxRank": 8458.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003776",
              "name": "medullary intrinsic neuron Mi1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Mi1",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.958657,
          "sdRefIntergenicDistribution": 2.196785,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 295,
          "maxRank": 10239.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003788",
              "name": "transmedullary neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm1/TmY8",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 22.475640,
          "sdRefIntergenicDistribution": 1.579231,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 163,
          "maxRank": 9677.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003797",
              "name": "transmedullary neuron Tm9 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm9",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.009594,
          "sdRefIntergenicDistribution": 1.996991,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 202,
          "maxRank": 9921.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003832",
              "name": "proximal medullary amacrine neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.025534,
          "sdRefIntergenicDistribution": 1.777215,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 344,
          "maxRank": 10392.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003837",
              "name": "medullary tangential neuron Mt1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 40.853581,
          "sdRefIntergenicDistribution": 1.414597,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 110,
          "maxRank": 9206.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003838",
              "name": "medullary tangential neuron Mt2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T2 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 91.982095,
          "sdRefIntergenicDistribution": 1.511595,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 63,
          "maxRank": 8627.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003839",
              "name": "medullary tangential neuron Mt3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T3 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 49.864618,
          "sdRefIntergenicDistribution": 1.479914,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 97,
          "maxRank": 9169.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00004046",
              "name": "LNv neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "LNv",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 33.734361,
          "sdRefIntergenicDistribution": 3.016833,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 107,
          "maxRank": 8811.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00005899",
              "name": "dorsal cluster neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "DCN",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 33.235758,
          "sdRefIntergenicDistribution": 1.852223,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 150,
          "maxRank": 9464.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00006048",
              "name": "pacemaker neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Clock (neuron)",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.842374,
          "sdRefIntergenicDistribution": 1.644896,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 229,
          "maxRank": 10020.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00007438",
              "name": "adult antennal lobe projection neuron adPN (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.544660,
          "sdRefIntergenicDistribution": 1.706859,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 386,
          "maxRank": 10473.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047527",
              "name": "adult myoinhibitory peptide neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.092470,
          "sdRefIntergenicDistribution": 2.031179,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 381,
          "maxRank": 10582.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047955",
              "name": "adult mushroom body output neuron"
            },
            "cellTypeAuthorAnnotation": "MBON",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 22.665193,
          "sdRefIntergenicDistribution": 1.524518,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 182,
          "maxRank": 9815.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00048313",
              "name": "ITP neuron"
            },
            "cellTypeAuthorAnnotation": "ITP",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 129.868023,
          "sdRefIntergenicDistribution": 2.036803,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 52,
          "maxRank": 8144.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049526",
              "name": "adult serotonergic neuron"
            },
            "cellTypeAuthorAnnotation": "Serotonergic",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.664749,
          "sdRefIntergenicDistribution": 1.684786,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 240,
          "maxRank": 10084.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049825",
              "name": "adult Kenyon cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.408073,
          "sdRefIntergenicDistribution": 2.116436,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 207,
          "maxRank": 9928.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049828",
              "name": "adult gamma Kenyon cell"
            },
            "cellTypeAuthorAnnotation": "G-KC (gamma lobe mushroom body Kenyon cell)",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.700993,
          "sdRefIntergenicDistribution": 2.024513,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 451,
          "maxRank": 10626.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058144",
              "name": "adult plasmatocyte"
            },
            "cellTypeAuthorAnnotation": "Plasmatocytes",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.658230,
          "sdRefIntergenicDistribution": 1.583044,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 384,
          "maxRank": 10477.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058202",
              "name": "adult peptidergic neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.072840,
          "sdRefIntergenicDistribution": 1.800286,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 526,
          "maxRank": 10559.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058203",
              "name": "adult octopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Octopaminergic",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 28.136025,
          "sdRefIntergenicDistribution": 1.595210,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 153,
          "maxRank": 9473.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058204",
              "name": "adult tyraminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Tyraminergic",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 60.795301,
          "sdRefIntergenicDistribution": 1.548240,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 90,
          "maxRank": 9000.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058206",
              "name": "adult dopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Dopaminergic",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.733984,
          "sdRefIntergenicDistribution": 1.635497,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 157,
          "maxRank": 9676.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058222",
              "name": "sugar-sensing neuron of the adult brain"
            },
            "cellTypeAuthorAnnotation": "Gr43a (fructose-sensing neuron expressing Gr43a)",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 24.657541,
          "sdRefIntergenicDistribution": 1.794366,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 127,
          "maxRank": 9144.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00067350",
              "name": "antennal lobe projection neuron iPN (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 35.353206,
          "sdRefIntergenicDistribution": 1.532823,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 143,
          "maxRank": 9380.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100214",
              "name": "dopaminergic PAM neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "PAM",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100501",
              "name": "adult cell body glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Cortex_glia",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100504",
              "name": "ensheathing neuropil associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Ensheathing_glia",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.281075,
          "sdRefIntergenicDistribution": 2.155372,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 382,
          "maxRank": 10550.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100505",
              "name": "reticular neuropil associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Astrocyte-like",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.376956,
          "sdRefIntergenicDistribution": 2.370047,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 388,
          "maxRank": 10666.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100506",
              "name": "adult brain perineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Perineurial_glia",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 41.418722,
          "sdRefIntergenicDistribution": 2.208424,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 152,
          "maxRank": 9125.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100525",
              "name": "adult optic chiasma glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Chiasm_glia",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 33.677855,
          "sdRefIntergenicDistribution": 1.266192,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 121,
          "maxRank": 9227.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110065",
              "name": "lamina wide-field cell Lawf2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Lawf2",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 32.901511,
          "sdRefIntergenicDistribution": 1.508328,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 142,
          "maxRank": 9356.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110066",
              "name": "proximal medullary amacrine neuron Pm3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Pm3",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 66.335385,
          "sdRefIntergenicDistribution": 2.022764,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 105,
          "maxRank": 9027.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110074",
              "name": "transmedullary neuron Tm5c (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm5c",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.566510,
          "sdRefIntergenicDistribution": 2.284105,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 239,
          "maxRank": 9904.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110107",
              "name": "adult dorsomedial neurosecretory cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "IPC",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.199853,
          "sdRefIntergenicDistribution": 1.835603,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 344,
          "maxRank": 10404.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110924",
              "name": "adult Hugin neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Hug",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 67.884908,
          "sdRefIntergenicDistribution": 2.092375,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 93,
          "maxRank": 8721.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111271",
              "name": "distal medullary amacrine neuron Dm9"
            },
            "cellTypeAuthorAnnotation": "Dm9",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 115.712158,
          "sdRefIntergenicDistribution": 1.864957,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 66,
          "maxRank": 8586.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111286",
              "name": "transmedullary Y neuron TmY14"
            },
            "cellTypeAuthorAnnotation": "TmY14",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.714771,
          "sdRefIntergenicDistribution": 1.652307,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 302,
          "maxRank": 10312.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111316",
              "name": "adult CCAP neuron"
            },
            "cellTypeAuthorAnnotation": "CCAP (Crustacean cardioactive peptide (CCAP)-expressing neurons)",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 206.567156,
          "sdRefIntergenicDistribution": 1.632527,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 47,
          "maxRank": 8006.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:2000029",
              "name": "central nervous system neuron"
            },
            "cellTypeAuthorAnnotation": "Poxn (-expressing neurons)",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 69.552681,
          "sdRefIntergenicDistribution": 2.592926,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 101,
          "maxRank": 8843.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003629",
              "name": "DN1 neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "DN1",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 72.205403,
          "sdRefIntergenicDistribution": 1.220273,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 81,
          "maxRank": 8472.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003743",
              "name": "centrifugal neuron C2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "C2",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1261.564284,
          "sdRefIntergenicDistribution": 1.632527,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12,
          "maxRank": 7393.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003744",
              "name": "centrifugal neuron C3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "C3",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 53.225147,
          "sdRefIntergenicDistribution": 1.327745,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 81,
          "maxRank": 8893.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003793",
              "name": "transmedullary neuron Tm5 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm5ab",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 54.010401,
          "sdRefIntergenicDistribution": 2.124029,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 98,
          "maxRank": 9028.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00004101",
              "name": "peptidergic neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "FMRFa",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 103.823658,
          "sdRefIntergenicDistribution": 1.749428,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 69,
          "maxRank": 8560.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047095",
              "name": "adult neuron"
            },
            "cellTypeAuthorAnnotation": "dorsal_Fan-shaped_Body",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00048012",
              "name": "adult capability neuron"
            },
            "cellTypeAuthorAnnotation": "Capa (CAPA-expressing neurons)",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 106.935274,
          "sdRefIntergenicDistribution": 1.373198,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 57,
          "maxRank": 8375.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00048298",
              "name": "CCHamide-1 neuron"
            },
            "cellTypeAuthorAnnotation": "CCHa1",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 68.243930,
          "sdRefIntergenicDistribution": 1.428596,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 98,
          "maxRank": 8698.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00051299",
              "name": "adult olfactory projection neuron"
            },
            "cellTypeAuthorAnnotation": "Olfactory_projection_neurons",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 39.231327,
          "sdRefIntergenicDistribution": 1.617293,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 121,
          "maxRank": 9369.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 226118957,
            "mappedReadsCount": 186265852,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111282",
              "name": "proximal medullary amacrine neuron Pm4"
            },
            "cellTypeAuthorAnnotation": "Pm4",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 49.899319,
          "sdRefIntergenicDistribution": 1.445313,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 84,
          "maxRank": 9167.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148507145,
            "mappedReadsCount": 122075204,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0000210",
              "name": "photoreceptor cell"
            },
            "cellTypeAuthorAnnotation": "Photoreceptors",
            "devStage": {
              "id": "FBdv:00007125",
              "name": "day 50 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "50 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.216515,
          "sdRefIntergenicDistribution": 1.680178,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 176,
          "maxRank": 9716.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148507145,
            "mappedReadsCount": 122075204,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0000381",
              "name": "neurosecretory neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007125",
              "name": "day 50 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "50 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 62.824174,
          "sdRefIntergenicDistribution": 1.327982,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 76,
          "maxRank": 8867.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148507145,
            "mappedReadsCount": 122075204,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "Unannotated",
            "devStage": {
              "id": "FBdv:00007125",
              "name": "day 50 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "50 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.633302,
          "sdRefIntergenicDistribution": 2.712108,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1768,
          "maxRank": 12176.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148507145,
            "mappedReadsCount": 122075204,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:2000029",
              "name": "central nervous system neuron"
            },
            "cellTypeAuthorAnnotation": "Poxn (-expressing neurons)",
            "devStage": {
              "id": "FBdv:00007125",
              "name": "day 50 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "50 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 311.850671,
          "sdRefIntergenicDistribution": 1.284034,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 37,
          "maxRank": 7794.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148507145,
            "mappedReadsCount": 122075204,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00001258",
              "name": "subperineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Subperineurial_glia",
            "devStage": {
              "id": "FBdv:00007125",
              "name": "day 50 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "50 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.752652,
          "sdRefIntergenicDistribution": 1.598407,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 190,
          "maxRank": 9622.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148507145,
            "mappedReadsCount": 122075204,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003629",
              "name": "DN1 neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "DN1",
            "devStage": {
              "id": "FBdv:00007125",
              "name": "day 50 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "50 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 28.477613,
          "sdRefIntergenicDistribution": 1.641465,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 175,
          "maxRank": 9380.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148507145,
            "mappedReadsCount": 122075204,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003718",
              "name": "lamina monopolar neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007125",
              "name": "day 50 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "50 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 55.735509,
          "sdRefIntergenicDistribution": 1.964091,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 91,
          "maxRank": 9086.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148507145,
            "mappedReadsCount": 122075204,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003719",
              "name": "lamina monopolar neuron L1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "L1",
            "devStage": {
              "id": "FBdv:00007125",
              "name": "day 50 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "50 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148507145,
            "mappedReadsCount": 122075204,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003720",
              "name": "lamina monopolar neuron L2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "L2",
            "devStage": {
              "id": "FBdv:00007125",
              "name": "day 50 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "50 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 38.566111,
          "sdRefIntergenicDistribution": 1.914565,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 131,
          "maxRank": 9184.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148507145,
            "mappedReadsCount": 122075204,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003721",
              "name": "lamina monopolar neuron L3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "L3",
            "devStage": {
              "id": "FBdv:00007125",
              "name": "day 50 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "50 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 162.891441,
          "sdRefIntergenicDistribution": 1.768250,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 51,
          "maxRank": 8251.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148507145,
            "mappedReadsCount": 122075204,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003741",
              "name": "lamina wide-field cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Lawf1",
            "devStage": {
              "id": "FBdv:00007125",
              "name": "day 50 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "50 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148507145,
            "mappedReadsCount": 122075204,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003743",
              "name": "centrifugal neuron C2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "C2",
            "devStage": {
              "id": "FBdv:00007125",
              "name": "day 50 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "50 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148507145,
            "mappedReadsCount": 122075204,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003744",
              "name": "centrifugal neuron C3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "C3",
            "devStage": {
              "id": "FBdv:00007125",
              "name": "day 50 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "50 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 993.825413,
          "sdRefIntergenicDistribution": 1.632527,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 18,
          "maxRank": 7543.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148507145,
            "mappedReadsCount": 122075204,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003767",
              "name": "distal medullary amacrine neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Dm8/Dm11",
            "devStage": {
              "id": "FBdv:00007125",
              "name": "day 50 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "50 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 99.047991,
          "sdRefIntergenicDistribution": 2.026155,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 73,
          "maxRank": 8779.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148507145,
            "mappedReadsCount": 122075204,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003776",
              "name": "medullary intrinsic neuron Mi1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Mi1",
            "devStage": {
              "id": "FBdv:00007125",
              "name": "day 50 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "50 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 40.571744,
          "sdRefIntergenicDistribution": 2.139269,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 120,
          "maxRank": 9173.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148507145,
            "mappedReadsCount": 122075204,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003788",
              "name": "transmedullary neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm1/TmY8",
            "devStage": {
              "id": "FBdv:00007125",
              "name": "day 50 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "50 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148507145,
            "mappedReadsCount": 122075204,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003793",
              "name": "transmedullary neuron Tm5 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm5ab",
            "devStage": {
              "id": "FBdv:00007125",
              "name": "day 50 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "50 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148507145,
            "mappedReadsCount": 122075204,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003797",
              "name": "transmedullary neuron Tm9 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm9",
            "devStage": {
              "id": "FBdv:00007125",
              "name": "day 50 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "50 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 78.126283,
          "sdRefIntergenicDistribution": 1.873409,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 79,
          "maxRank": 8971.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148507145,
            "mappedReadsCount": 122075204,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003832",
              "name": "proximal medullary amacrine neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007125",
              "name": "day 50 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "50 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.438031,
          "sdRefIntergenicDistribution": 1.610101,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 163,
          "maxRank": 9734.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148507145,
            "mappedReadsCount": 122075204,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003837",
              "name": "medullary tangential neuron Mt1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Mt1",
            "devStage": {
              "id": "FBdv:00007125",
              "name": "day 50 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "50 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 455.245245,
          "sdRefIntergenicDistribution": 1.565972,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 24,
          "maxRank": 7706.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148507145,
            "mappedReadsCount": 122075204,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003838",
              "name": "medullary tangential neuron Mt2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T2 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007125",
              "name": "day 50 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "50 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148507145,
            "mappedReadsCount": 122075204,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003839",
              "name": "medullary tangential neuron Mt3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T3 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007125",
              "name": "day 50 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "50 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 293.455381,
          "sdRefIntergenicDistribution": 1.402451,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 34,
          "maxRank": 7942.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148507145,
            "mappedReadsCount": 122075204,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00004046",
              "name": "LNv neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "LNv",
            "devStage": {
              "id": "FBdv:00007125",
              "name": "day 50 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "50 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 33.249999,
          "sdRefIntergenicDistribution": 1.723086,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 120,
          "maxRank": 9003.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148507145,
            "mappedReadsCount": 122075204,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00004101",
              "name": "peptidergic neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "FMRFa",
            "devStage": {
              "id": "FBdv:00007125",
              "name": "day 50 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "50 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 377.221871,
          "sdRefIntergenicDistribution": 1.430379,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 28,
          "maxRank": 7818.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148507145,
            "mappedReadsCount": 122075204,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00005899",
              "name": "dorsal cluster neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "DCN",
            "devStage": {
              "id": "FBdv:00007125",
              "name": "day 50 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "50 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148507145,
            "mappedReadsCount": 122075204,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00006048",
              "name": "pacemaker neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Clock (neuron)",
            "devStage": {
              "id": "FBdv:00007125",
              "name": "day 50 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "50 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 29.144135,
          "sdRefIntergenicDistribution": 1.816331,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 166,
          "maxRank": 9614.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148507145,
            "mappedReadsCount": 122075204,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00007438",
              "name": "adult antennal lobe projection neuron adPN (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007125",
              "name": "day 50 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "50 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.081404,
          "sdRefIntergenicDistribution": 1.704272,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 389,
          "maxRank": 10540.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148507145,
            "mappedReadsCount": 122075204,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047095",
              "name": "adult neuron"
            },
            "cellTypeAuthorAnnotation": "dorsal_Fan-shaped_Body",
            "devStage": {
              "id": "FBdv:00007125",
              "name": "day 50 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "50 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148507145,
            "mappedReadsCount": 122075204,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047527",
              "name": "adult myoinhibitory peptide neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007125",
              "name": "day 50 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "50 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.843302,
          "sdRefIntergenicDistribution": 1.695608,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 230,
          "maxRank": 10150.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148507145,
            "mappedReadsCount": 122075204,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047955",
              "name": "adult mushroom body output neuron"
            },
            "cellTypeAuthorAnnotation": "MBON",
            "devStage": {
              "id": "FBdv:00007125",
              "name": "day 50 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "50 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 34.614717,
          "sdRefIntergenicDistribution": 1.403738,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 112,
          "maxRank": 9504.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148507145,
            "mappedReadsCount": 122075204,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00048012",
              "name": "adult capability neuron"
            },
            "cellTypeAuthorAnnotation": "Capa (CAPA-expressing neurons)",
            "devStage": {
              "id": "FBdv:00007125",
              "name": "day 50 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "50 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 70.378733,
          "sdRefIntergenicDistribution": 1.211967,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 68,
          "maxRank": 8519.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148507145,
            "mappedReadsCount": 122075204,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00048298",
              "name": "CCHamide-1 neuron"
            },
            "cellTypeAuthorAnnotation": "CCHa1",
            "devStage": {
              "id": "FBdv:00007125",
              "name": "day 50 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "50 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 114.117378,
          "sdRefIntergenicDistribution": 1.602098,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 59,
          "maxRank": 8524.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148507145,
            "mappedReadsCount": 122075204,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049526",
              "name": "adult serotonergic neuron"
            },
            "cellTypeAuthorAnnotation": "Serotonergic",
            "devStage": {
              "id": "FBdv:00007125",
              "name": "day 50 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "50 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 38.535536,
          "sdRefIntergenicDistribution": 1.490178,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 107,
          "maxRank": 9440.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148507145,
            "mappedReadsCount": 122075204,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049825",
              "name": "adult Kenyon cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007125",
              "name": "day 50 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "50 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 57.371486,
          "sdRefIntergenicDistribution": 2.474429,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 97,
          "maxRank": 8993.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148507145,
            "mappedReadsCount": 122075204,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049828",
              "name": "adult gamma Kenyon cell"
            },
            "cellTypeAuthorAnnotation": "G-KC (gamma lobe mushroom body Kenyon cell)",
            "devStage": {
              "id": "FBdv:00007125",
              "name": "day 50 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "50 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 22.428656,
          "sdRefIntergenicDistribution": 1.771875,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 159,
          "maxRank": 9649.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148507145,
            "mappedReadsCount": 122075204,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00051299",
              "name": "adult olfactory projection neuron"
            },
            "cellTypeAuthorAnnotation": "Olfactory_projection_neurons",
            "devStage": {
              "id": "FBdv:00007125",
              "name": "day 50 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "50 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 125.669197,
          "sdRefIntergenicDistribution": 1.223738,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 51,
          "maxRank": 8440.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148507145,
            "mappedReadsCount": 122075204,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058144",
              "name": "adult plasmatocyte"
            },
            "cellTypeAuthorAnnotation": "Plasmatocytes",
            "devStage": {
              "id": "FBdv:00007125",
              "name": "day 50 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "50 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.584935,
          "sdRefIntergenicDistribution": 1.599821,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 412,
          "maxRank": 10832.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148507145,
            "mappedReadsCount": 122075204,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058202",
              "name": "adult peptidergic neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007125",
              "name": "day 50 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "50 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.238662,
          "sdRefIntergenicDistribution": 1.913798,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 466,
          "maxRank": 10604.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148507145,
            "mappedReadsCount": 122075204,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058203",
              "name": "adult octopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Octopaminergic",
            "devStage": {
              "id": "FBdv:00007125",
              "name": "day 50 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "50 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 29.098265,
          "sdRefIntergenicDistribution": 1.584891,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 135,
          "maxRank": 9514.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148507145,
            "mappedReadsCount": 122075204,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058204",
              "name": "adult tyraminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Tyraminergic",
            "devStage": {
              "id": "FBdv:00007125",
              "name": "day 50 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "50 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 44.017317,
          "sdRefIntergenicDistribution": 1.378488,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 111,
          "maxRank": 9136.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148507145,
            "mappedReadsCount": 122075204,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058206",
              "name": "adult dopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Dopaminergic",
            "devStage": {
              "id": "FBdv:00007125",
              "name": "day 50 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "50 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148507145,
            "mappedReadsCount": 122075204,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058222",
              "name": "sugar-sensing neuron of the adult brain"
            },
            "cellTypeAuthorAnnotation": "Gr43a (fructose-sensing neuron expressing Gr43a)",
            "devStage": {
              "id": "FBdv:00007125",
              "name": "day 50 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "50 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.877499,
          "sdRefIntergenicDistribution": 1.845395,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 280,
          "maxRank": 9901.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148507145,
            "mappedReadsCount": 122075204,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00067350",
              "name": "antennal lobe projection neuron iPN (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007125",
              "name": "day 50 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "50 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 32.363834,
          "sdRefIntergenicDistribution": 1.442327,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 131,
          "maxRank": 9461.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148507145,
            "mappedReadsCount": 122075204,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100214",
              "name": "dopaminergic PAM neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "PAM",
            "devStage": {
              "id": "FBdv:00007125",
              "name": "day 50 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "50 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148507145,
            "mappedReadsCount": 122075204,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100501",
              "name": "adult cell body glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Cortex_glia",
            "devStage": {
              "id": "FBdv:00007125",
              "name": "day 50 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "50 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148507145,
            "mappedReadsCount": 122075204,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100504",
              "name": "ensheathing neuropil associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Ensheathing_glia",
            "devStage": {
              "id": "FBdv:00007125",
              "name": "day 50 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "50 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.080934,
          "sdRefIntergenicDistribution": 2.307830,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 545,
          "maxRank": 10969.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148507145,
            "mappedReadsCount": 122075204,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100505",
              "name": "reticular neuropil associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Astrocyte-like",
            "devStage": {
              "id": "FBdv:00007125",
              "name": "day 50 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "50 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.024336,
          "sdRefIntergenicDistribution": 2.801866,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 678,
          "maxRank": 11218.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148507145,
            "mappedReadsCount": 122075204,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100506",
              "name": "adult brain perineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Perineurial_glia",
            "devStage": {
              "id": "FBdv:00007125",
              "name": "day 50 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "50 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 22.129120,
          "sdRefIntergenicDistribution": 2.153427,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 219,
          "maxRank": 9601.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148507145,
            "mappedReadsCount": 122075204,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100525",
              "name": "adult optic chiasma glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Chiasm_glia",
            "devStage": {
              "id": "FBdv:00007125",
              "name": "day 50 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "50 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.021572,
          "sdRefIntergenicDistribution": 1.755987,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 261,
          "maxRank": 10139.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148507145,
            "mappedReadsCount": 122075204,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110065",
              "name": "lamina wide-field cell Lawf2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Lawf2",
            "devStage": {
              "id": "FBdv:00007125",
              "name": "day 50 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "50 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148507145,
            "mappedReadsCount": 122075204,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110066",
              "name": "proximal medullary amacrine neuron Pm3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Pm3",
            "devStage": {
              "id": "FBdv:00007125",
              "name": "day 50 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "50 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148507145,
            "mappedReadsCount": 122075204,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110074",
              "name": "transmedullary neuron Tm5c (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm5c",
            "devStage": {
              "id": "FBdv:00007125",
              "name": "day 50 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "50 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.580626,
          "sdRefIntergenicDistribution": 2.135079,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 282,
          "maxRank": 10118.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148507145,
            "mappedReadsCount": 122075204,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110107",
              "name": "adult dorsomedial neurosecretory cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "IPC",
            "devStage": {
              "id": "FBdv:00007125",
              "name": "day 50 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "50 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.314419,
          "sdRefIntergenicDistribution": 1.411116,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 205,
          "maxRank": 9930.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148507145,
            "mappedReadsCount": 122075204,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110924",
              "name": "adult Hugin neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Hug",
            "devStage": {
              "id": "FBdv:00007125",
              "name": "day 50 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "50 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 23.652411,
          "sdRefIntergenicDistribution": 1.608187,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 158,
          "maxRank": 9370.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148507145,
            "mappedReadsCount": 122075204,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111271",
              "name": "distal medullary amacrine neuron Dm9"
            },
            "cellTypeAuthorAnnotation": "Dm9",
            "devStage": {
              "id": "FBdv:00007125",
              "name": "day 50 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "50 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 218.010696,
          "sdRefIntergenicDistribution": 1.339447,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 40,
          "maxRank": 8118.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148507145,
            "mappedReadsCount": 122075204,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111282",
              "name": "proximal medullary amacrine neuron Pm4"
            },
            "cellTypeAuthorAnnotation": "Pm4",
            "devStage": {
              "id": "FBdv:00007125",
              "name": "day 50 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "50 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148507145,
            "mappedReadsCount": 122075204,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111286",
              "name": "transmedullary Y neuron TmY14"
            },
            "cellTypeAuthorAnnotation": "TmY14",
            "devStage": {
              "id": "FBdv:00007125",
              "name": "day 50 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "50 Days",
            "sex": "NA",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.065976,
          "sdRefIntergenicDistribution": 1.327261,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 201,
          "maxRank": 9874.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0000210",
              "name": "photoreceptor cell"
            },
            "cellTypeAuthorAnnotation": "Photoreceptors",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.173018,
          "sdRefIntergenicDistribution": 1.315645,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 209,
          "maxRank": 9719.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0000381",
              "name": "neurosecretory neuron"
            },
            "cellTypeAuthorAnnotation": "AstA/Nplp1",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.877594,
          "sdRefIntergenicDistribution": 1.395447,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 295,
          "maxRank": 9965.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.262400,
          "sdRefIntergenicDistribution": 3.007933,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 2788,
          "maxRank": 12332.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:2000029",
              "name": "central nervous system neuron"
            },
            "cellTypeAuthorAnnotation": "Poxn (-expressing neurons)",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.909424,
          "sdRefIntergenicDistribution": 1.478900,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 246,
          "maxRank": 9701.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00001258",
              "name": "subperineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Subperineurial_glia",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003629",
              "name": "DN1 neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "DN1",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 80.464489,
          "sdRefIntergenicDistribution": 1.422943,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 89,
          "maxRank": 8617.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003702",
              "name": "optic lobe neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T4/T5 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.559444,
          "sdRefIntergenicDistribution": 2.167997,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 235,
          "maxRank": 9770.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003718",
              "name": "lamina monopolar neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.568974,
          "sdRefIntergenicDistribution": 1.826756,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 309,
          "maxRank": 9862.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003719",
              "name": "lamina monopolar neuron L1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "L1",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003721",
              "name": "lamina monopolar neuron L3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "L3",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 61.236875,
          "sdRefIntergenicDistribution": 1.382587,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 96,
          "maxRank": 8661.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003741",
              "name": "lamina wide-field cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Lawf1",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 24.446606,
          "sdRefIntergenicDistribution": 1.382916,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 172,
          "maxRank": 9322.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003743",
              "name": "centrifugal neuron C2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "C2",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 40.724988,
          "sdRefIntergenicDistribution": 1.630471,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 118,
          "maxRank": 8876.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003744",
              "name": "centrifugal neuron C3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "C3",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.213703,
          "sdRefIntergenicDistribution": 1.545362,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 195,
          "maxRank": 9552.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003767",
              "name": "distal medullary amacrine neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Dm8/Dm11",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 19.196092,
          "sdRefIntergenicDistribution": 1.822505,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 192,
          "maxRank": 9538.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003776",
              "name": "medullary intrinsic neuron Mi1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Mi1",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.878806,
          "sdRefIntergenicDistribution": 2.843906,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 390,
          "maxRank": 10048.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003788",
              "name": "transmedullary neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm1/TmY8",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.643757,
          "sdRefIntergenicDistribution": 1.668353,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 263,
          "maxRank": 9751.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003793",
              "name": "transmedullary neuron Tm5 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm5ab",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.919941,
          "sdRefIntergenicDistribution": 1.424748,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 208,
          "maxRank": 9492.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003797",
              "name": "transmedullary neuron Tm9 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm9",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.251263,
          "sdRefIntergenicDistribution": 1.824359,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 480,
          "maxRank": 10448.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003832",
              "name": "proximal medullary amacrine neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.915539,
          "sdRefIntergenicDistribution": 1.959841,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 749,
          "maxRank": 10831.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003837",
              "name": "medullary tangential neuron Mt1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.074612,
          "sdRefIntergenicDistribution": 1.454962,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 238,
          "maxRank": 9810.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003838",
              "name": "medullary tangential neuron Mt2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T2 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.460719,
          "sdRefIntergenicDistribution": 2.006577,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 307,
          "maxRank": 10015.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003839",
              "name": "medullary tangential neuron Mt3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T3 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.749688,
          "sdRefIntergenicDistribution": 1.579185,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 207,
          "maxRank": 9618.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00004046",
              "name": "LNv neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "LNv",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 30.781320,
          "sdRefIntergenicDistribution": 1.265870,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 104,
          "maxRank": 8814.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00004101",
              "name": "peptidergic neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "FMRFa",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00005899",
              "name": "dorsal cluster neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "DCN",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 40.778090,
          "sdRefIntergenicDistribution": 1.211967,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 113,
          "maxRank": 8998.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00006048",
              "name": "pacemaker neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Clock (neuron)",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.882384,
          "sdRefIntergenicDistribution": 1.554638,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 228,
          "maxRank": 9864.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00007438",
              "name": "adult antennal lobe projection neuron adPN (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.990576,
          "sdRefIntergenicDistribution": 1.330908,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 273,
          "maxRank": 9870.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047095",
              "name": "adult neuron"
            },
            "cellTypeAuthorAnnotation": "dorsal_Fan-shaped_Body",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047527",
              "name": "adult myoinhibitory peptide neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.412224,
          "sdRefIntergenicDistribution": 1.499365,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 370,
          "maxRank": 10385.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047955",
              "name": "adult mushroom body output neuron"
            },
            "cellTypeAuthorAnnotation": "MBON",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 94.868555,
          "sdRefIntergenicDistribution": 1.725238,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 77,
          "maxRank": 8589.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00048012",
              "name": "adult capability neuron"
            },
            "cellTypeAuthorAnnotation": "Capa (CAPA-expressing neurons)",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 107.484374,
          "sdRefIntergenicDistribution": 1.378319,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 66,
          "maxRank": 8479.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00048298",
              "name": "CCHamide-1 neuron"
            },
            "cellTypeAuthorAnnotation": "CCHa1",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 40.863676,
          "sdRefIntergenicDistribution": 1.353281,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 137,
          "maxRank": 9101.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00048313",
              "name": "ITP neuron"
            },
            "cellTypeAuthorAnnotation": "ITP",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049526",
              "name": "adult serotonergic neuron"
            },
            "cellTypeAuthorAnnotation": "Serotonergic",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.270472,
          "sdRefIntergenicDistribution": 1.500111,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 368,
          "maxRank": 10374.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049825",
              "name": "adult Kenyon cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.782258,
          "sdRefIntergenicDistribution": 1.827414,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 536,
          "maxRank": 10532.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049828",
              "name": "adult gamma Kenyon cell"
            },
            "cellTypeAuthorAnnotation": "G-KC (gamma lobe mushroom body Kenyon cell)",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.386210,
          "sdRefIntergenicDistribution": 1.734991,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 649,
          "maxRank": 10697.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00051299",
              "name": "adult olfactory projection neuron"
            },
            "cellTypeAuthorAnnotation": "Olfactory_projection_neurons",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 32.746475,
          "sdRefIntergenicDistribution": 1.385483,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 144,
          "maxRank": 9270.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058144",
              "name": "adult plasmatocyte"
            },
            "cellTypeAuthorAnnotation": "Plasmatocytes",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058202",
              "name": "adult peptidergic neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.923667,
          "sdRefIntergenicDistribution": 1.587852,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 318,
          "maxRank": 10116.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058203",
              "name": "adult octopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Octopaminergic",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058204",
              "name": "adult tyraminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Tyraminergic",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 62.471569,
          "sdRefIntergenicDistribution": 1.015110,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 88,
          "maxRank": 8754.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058206",
              "name": "adult dopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Dopaminergic",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 23.202353,
          "sdRefIntergenicDistribution": 1.245719,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 158,
          "maxRank": 9456.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058222",
              "name": "sugar-sensing neuron of the adult brain"
            },
            "cellTypeAuthorAnnotation": "Gr43a (fructose-sensing neuron expressing Gr43a)",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 28.547258,
          "sdRefIntergenicDistribution": 1.232435,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 138,
          "maxRank": 8984.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00067350",
              "name": "antennal lobe projection neuron iPN (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.110647,
          "sdRefIntergenicDistribution": 1.258461,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 179,
          "maxRank": 9357.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100214",
              "name": "dopaminergic PAM neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "PAM",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.992167,
          "sdRefIntergenicDistribution": 1.594463,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 257,
          "maxRank": 9942.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100501",
              "name": "adult cell body glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Cortex_glia",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100504",
              "name": "ensheathing neuropil associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Ensheathing_glia",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.838313,
          "sdRefIntergenicDistribution": 2.048399,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 542,
          "maxRank": 10756.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100505",
              "name": "reticular neuropil associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Astrocyte-like",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.073954,
          "sdRefIntergenicDistribution": 2.018277,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 306,
          "maxRank": 9894.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100506",
              "name": "adult brain perineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Perineurial_glia",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.045595,
          "sdRefIntergenicDistribution": 1.640613,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 248,
          "maxRank": 10004.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100525",
              "name": "adult optic chiasma glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Chiasm_glia",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 99.332925,
          "sdRefIntergenicDistribution": 1.327074,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 64,
          "maxRank": 8377.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110065",
              "name": "lamina wide-field cell Lawf2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Lawf2",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 24.184890,
          "sdRefIntergenicDistribution": 1.458399,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 172,
          "maxRank": 9360.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110066",
              "name": "proximal medullary amacrine neuron Pm3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Pm3",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 31.311627,
          "sdRefIntergenicDistribution": 1.332411,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 147,
          "maxRank": 9074.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110074",
              "name": "transmedullary neuron Tm5c (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm5c",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.625590,
          "sdRefIntergenicDistribution": 1.379404,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 278,
          "maxRank": 9754.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110107",
              "name": "adult dorsomedial neurosecretory cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "IPC",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.269574,
          "sdRefIntergenicDistribution": 1.498612,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 324,
          "maxRank": 10207.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110924",
              "name": "adult Hugin neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Hug",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 92.361648,
          "sdRefIntergenicDistribution": 2.075294,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 77,
          "maxRank": 8535.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111271",
              "name": "distal medullary amacrine neuron Dm9"
            },
            "cellTypeAuthorAnnotation": "Dm9",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.628125,
          "sdRefIntergenicDistribution": 2.065340,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 258,
          "maxRank": 9627.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111282",
              "name": "proximal medullary amacrine neuron Pm4"
            },
            "cellTypeAuthorAnnotation": "Pm4",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.582850,
          "sdRefIntergenicDistribution": 1.633344,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 283,
          "maxRank": 9943.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 132790654,
            "mappedReadsCount": 98930951,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111286",
              "name": "transmedullary Y neuron TmY14"
            },
            "cellTypeAuthorAnnotation": "TmY14",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.635503,
          "sdRefIntergenicDistribution": 1.740999,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 605,
          "maxRank": 10727.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 115820138,
            "mappedReadsCount": 101028328,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0000210",
              "name": "photoreceptor cell"
            },
            "cellTypeAuthorAnnotation": "Photoreceptors",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.009248,
          "sdRefIntergenicDistribution": 1.896818,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 432,
          "maxRank": 10570.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 115820138,
            "mappedReadsCount": 101028328,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0000381",
              "name": "neurosecretory neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 36.276523,
          "sdRefIntergenicDistribution": 1.801509,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 151,
          "maxRank": 9228.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 115820138,
            "mappedReadsCount": 101028328,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.429415,
          "sdRefIntergenicDistribution": 2.997621,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 2272,
          "maxRank": 12169.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 115820138,
            "mappedReadsCount": 101028328,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:2000029",
              "name": "central nervous system neuron"
            },
            "cellTypeAuthorAnnotation": "Poxn (-expressing neurons)",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 158.533699,
          "sdRefIntergenicDistribution": 1.103483,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 54,
          "maxRank": 8030.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 115820138,
            "mappedReadsCount": 101028328,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00001258",
              "name": "subperineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Subperineurial_glia",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 139.453383,
          "sdRefIntergenicDistribution": 1.461776,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 55,
          "maxRank": 8371.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 115820138,
            "mappedReadsCount": 101028328,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003702",
              "name": "optic lobe neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T4/T5 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.879625,
          "sdRefIntergenicDistribution": 2.403190,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 610,
          "maxRank": 10695.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 115820138,
            "mappedReadsCount": 101028328,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003718",
              "name": "lamina monopolar neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.884933,
          "sdRefIntergenicDistribution": 1.956866,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 316,
          "maxRank": 10026.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 115820138,
            "mappedReadsCount": 101028328,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003721",
              "name": "lamina monopolar neuron L3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "L3",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 64.899616,
          "sdRefIntergenicDistribution": 1.718299,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 107,
          "maxRank": 8709.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 115820138,
            "mappedReadsCount": 101028328,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003741",
              "name": "lamina wide-field cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Lawf1",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 29.576522,
          "sdRefIntergenicDistribution": 1.589439,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 156,
          "maxRank": 9328.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 115820138,
            "mappedReadsCount": 101028328,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003743",
              "name": "centrifugal neuron C2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "C2",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 19.858996,
          "sdRefIntergenicDistribution": 2.007885,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 204,
          "maxRank": 9564.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 115820138,
            "mappedReadsCount": 101028328,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003744",
              "name": "centrifugal neuron C3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "C3",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.710449,
          "sdRefIntergenicDistribution": 1.991879,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 271,
          "maxRank": 9863.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 115820138,
            "mappedReadsCount": 101028328,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003767",
              "name": "distal medullary amacrine neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Dm8/Dm11",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 38.732026,
          "sdRefIntergenicDistribution": 1.803763,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 142,
          "maxRank": 9221.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 115820138,
            "mappedReadsCount": 101028328,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003776",
              "name": "medullary intrinsic neuron Mi1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Mi1",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 47.052490,
          "sdRefIntergenicDistribution": 3.085087,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 140,
          "maxRank": 9064.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 115820138,
            "mappedReadsCount": 101028328,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003788",
              "name": "transmedullary neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm1/TmY8",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.377903,
          "sdRefIntergenicDistribution": 2.073722,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 298,
          "maxRank": 10057.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 115820138,
            "mappedReadsCount": 101028328,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003793",
              "name": "transmedullary neuron Tm5 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm5ab",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.789622,
          "sdRefIntergenicDistribution": 1.789585,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 226,
          "maxRank": 9736.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 115820138,
            "mappedReadsCount": 101028328,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003797",
              "name": "transmedullary neuron Tm9 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm9",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.465406,
          "sdRefIntergenicDistribution": 1.825867,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 403,
          "maxRank": 10378.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 115820138,
            "mappedReadsCount": 101028328,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003832",
              "name": "proximal medullary amacrine neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.671597,
          "sdRefIntergenicDistribution": 1.959119,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 497,
          "maxRank": 10601.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 115820138,
            "mappedReadsCount": 101028328,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003837",
              "name": "medullary tangential neuron Mt1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.844300,
          "sdRefIntergenicDistribution": 2.050362,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 390,
          "maxRank": 10337.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 115820138,
            "mappedReadsCount": 101028328,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003838",
              "name": "medullary tangential neuron Mt2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T2 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.322609,
          "sdRefIntergenicDistribution": 1.959742,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 414,
          "maxRank": 10366.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 115820138,
            "mappedReadsCount": 101028328,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003839",
              "name": "medullary tangential neuron Mt3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T3 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.184495,
          "sdRefIntergenicDistribution": 1.958112,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 292,
          "maxRank": 10061.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 115820138,
            "mappedReadsCount": 101028328,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00004046",
              "name": "LNv neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "LNv",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 53.349211,
          "sdRefIntergenicDistribution": 1.409808,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 91,
          "maxRank": 8819.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 115820138,
            "mappedReadsCount": 101028328,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00005899",
              "name": "dorsal cluster neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "DCN",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 103.000733,
          "sdRefIntergenicDistribution": 1.317664,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 74,
          "maxRank": 8455.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 115820138,
            "mappedReadsCount": 101028328,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00006048",
              "name": "pacemaker neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Clock (neuron)",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.344495,
          "sdRefIntergenicDistribution": 1.759095,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 317,
          "maxRank": 10290.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 115820138,
            "mappedReadsCount": 101028328,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00007438",
              "name": "adult antennal lobe projection neuron adPN (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "adPN/C15&kn (adPN expressing the C15 and kn genes)",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 97.057079,
          "sdRefIntergenicDistribution": 1.357506,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 73,
          "maxRank": 8466.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 115820138,
            "mappedReadsCount": 101028328,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047095",
              "name": "adult neuron"
            },
            "cellTypeAuthorAnnotation": "dorsal_Fan-shaped_Body",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 115820138,
            "mappedReadsCount": 101028328,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047527",
              "name": "adult myoinhibitory peptide neuron"
            },
            "cellTypeAuthorAnnotation": "Mip",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.851576,
          "sdRefIntergenicDistribution": 1.639605,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 254,
          "maxRank": 9938.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 115820138,
            "mappedReadsCount": 101028328,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00048012",
              "name": "adult capability neuron"
            },
            "cellTypeAuthorAnnotation": "Capa (CAPA-expressing neurons)",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 145.362752,
          "sdRefIntergenicDistribution": 1.443936,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 59,
          "maxRank": 8214.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 115820138,
            "mappedReadsCount": 101028328,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00048298",
              "name": "CCHamide-1 neuron"
            },
            "cellTypeAuthorAnnotation": "CCHa1",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 63.980798,
          "sdRefIntergenicDistribution": 1.159754,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 85,
          "maxRank": 8752.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 115820138,
            "mappedReadsCount": 101028328,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00048313",
              "name": "ITP neuron"
            },
            "cellTypeAuthorAnnotation": "ITP",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 241.509932,
          "sdRefIntergenicDistribution": 1.456837,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 44,
          "maxRank": 8058.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 115820138,
            "mappedReadsCount": 101028328,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049526",
              "name": "adult serotonergic neuron"
            },
            "cellTypeAuthorAnnotation": "Serotonergic",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 35.035812,
          "sdRefIntergenicDistribution": 1.828195,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 142,
          "maxRank": 9317.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 115820138,
            "mappedReadsCount": 101028328,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049825",
              "name": "adult Kenyon cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.002520,
          "sdRefIntergenicDistribution": 1.801144,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 470,
          "maxRank": 10529.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 115820138,
            "mappedReadsCount": 101028328,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049828",
              "name": "adult gamma Kenyon cell"
            },
            "cellTypeAuthorAnnotation": "G-KC (gamma lobe mushroom body Kenyon cell)",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.250590,
          "sdRefIntergenicDistribution": 1.855983,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 408,
          "maxRank": 10362.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 115820138,
            "mappedReadsCount": 101028328,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00051299",
              "name": "adult olfactory projection neuron"
            },
            "cellTypeAuthorAnnotation": "Olfactory_projection_neurons",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 282.488640,
          "sdRefIntergenicDistribution": 1.689299,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 40,
          "maxRank": 7967.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 115820138,
            "mappedReadsCount": 101028328,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058144",
              "name": "adult plasmatocyte"
            },
            "cellTypeAuthorAnnotation": "Plasmatocytes",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 132.714855,
          "sdRefIntergenicDistribution": 1.412958,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 70,
          "maxRank": 8273.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 115820138,
            "mappedReadsCount": 101028328,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058202",
              "name": "adult peptidergic neuron"
            },
            "cellTypeAuthorAnnotation": "Proc/Ms",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 67.325692,
          "sdRefIntergenicDistribution": 1.145314,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 80,
          "maxRank": 8739.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 115820138,
            "mappedReadsCount": 101028328,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058204",
              "name": "adult tyraminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Tyraminergic",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 95.632323,
          "sdRefIntergenicDistribution": 1.392700,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 64,
          "maxRank": 8553.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 115820138,
            "mappedReadsCount": 101028328,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058206",
              "name": "adult dopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Dopaminergic",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 44.099821,
          "sdRefIntergenicDistribution": 1.306178,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 131,
          "maxRank": 9018.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 115820138,
            "mappedReadsCount": 101028328,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058222",
              "name": "sugar-sensing neuron of the adult brain"
            },
            "cellTypeAuthorAnnotation": "Gr43a (fructose-sensing neuron expressing Gr43a)",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 41.326350,
          "sdRefIntergenicDistribution": 1.450162,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 118,
          "maxRank": 9076.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 115820138,
            "mappedReadsCount": 101028328,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00067350",
              "name": "antennal lobe projection neuron iPN (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lPN/unpg",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 115820138,
            "mappedReadsCount": 101028328,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100214",
              "name": "dopaminergic PAM neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "PAM",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 28.363184,
          "sdRefIntergenicDistribution": 1.395563,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 161,
          "maxRank": 9426.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 115820138,
            "mappedReadsCount": 101028328,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100501",
              "name": "adult cell body glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Cortex_glia",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 115820138,
            "mappedReadsCount": 101028328,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100504",
              "name": "ensheathing neuropil associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Ensheathing_glia",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.497645,
          "sdRefIntergenicDistribution": 2.034153,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 490,
          "maxRank": 10633.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 115820138,
            "mappedReadsCount": 101028328,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100505",
              "name": "reticular neuropil associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Astrocyte-like",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.077638,
          "sdRefIntergenicDistribution": 2.078901,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 259,
          "maxRank": 9755.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 115820138,
            "mappedReadsCount": 101028328,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100506",
              "name": "adult brain perineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Perineurial_glia",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 31.093328,
          "sdRefIntergenicDistribution": 1.628210,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 152,
          "maxRank": 9406.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 115820138,
            "mappedReadsCount": 101028328,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110065",
              "name": "lamina wide-field cell Lawf2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Lawf2",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.517902,
          "sdRefIntergenicDistribution": 1.627354,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 267,
          "maxRank": 10050.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 115820138,
            "mappedReadsCount": 101028328,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110066",
              "name": "proximal medullary amacrine neuron Pm3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Pm3",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 167.589939,
          "sdRefIntergenicDistribution": 1.277704,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 54,
          "maxRank": 8068.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 115820138,
            "mappedReadsCount": 101028328,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110074",
              "name": "transmedullary neuron Tm5c (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm5c",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 22.471630,
          "sdRefIntergenicDistribution": 1.651583,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 195,
          "maxRank": 9401.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 115820138,
            "mappedReadsCount": 101028328,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110107",
              "name": "adult dorsomedial neurosecretory cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "IPC",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 47.048662,
          "sdRefIntergenicDistribution": 1.577441,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 114,
          "maxRank": 8983.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 115820138,
            "mappedReadsCount": 101028328,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110924",
              "name": "adult Hugin neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Hug",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 36.630002,
          "sdRefIntergenicDistribution": 1.349326,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 130,
          "maxRank": 9099.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 115820138,
            "mappedReadsCount": 101028328,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111271",
              "name": "distal medullary amacrine neuron Dm9"
            },
            "cellTypeAuthorAnnotation": "Dm9",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.121805,
          "sdRefIntergenicDistribution": 1.768430,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 237,
          "maxRank": 9590.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 115820138,
            "mappedReadsCount": 101028328,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111282",
              "name": "proximal medullary amacrine neuron Pm4"
            },
            "cellTypeAuthorAnnotation": "Pm4",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.655902,
          "sdRefIntergenicDistribution": 1.504528,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 192,
          "maxRank": 9605.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 115820138,
            "mappedReadsCount": 101028328,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111286",
              "name": "transmedullary Y neuron TmY14"
            },
            "cellTypeAuthorAnnotation": "TmY14",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.806753,
          "sdRefIntergenicDistribution": 1.861010,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 422,
          "maxRank": 10435.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 115820138,
            "mappedReadsCount": 101028328,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003720",
              "name": "lamina monopolar neuron L2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "L2",
            "devStage": {
              "id": "FBdv:00007075",
              "name": "day 0 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "less than 8 Hours",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 169007559,
            "mappedReadsCount": 145655605,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0000210",
              "name": "photoreceptor cell"
            },
            "cellTypeAuthorAnnotation": "Photoreceptors",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 263.591522,
          "sdRefIntergenicDistribution": 1.649978,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 45,
          "maxRank": 7962.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 169007559,
            "mappedReadsCount": 145655605,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0000381",
              "name": "neurosecretory neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.766229,
          "sdRefIntergenicDistribution": 1.849105,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 224,
          "maxRank": 9799.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 169007559,
            "mappedReadsCount": 145655605,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.520060,
          "sdRefIntergenicDistribution": 3.042902,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 2177,
          "maxRank": 12210.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 169007559,
            "mappedReadsCount": 145655605,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:2000029",
              "name": "central nervous system neuron"
            },
            "cellTypeAuthorAnnotation": "Poxn (-expressing neurons)",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 92.437523,
          "sdRefIntergenicDistribution": 1.688251,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 89,
          "maxRank": 8663.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 169007559,
            "mappedReadsCount": 145655605,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00001258",
              "name": "subperineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Subperineurial_glia",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 45.480795,
          "sdRefIntergenicDistribution": 1.556853,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 117,
          "maxRank": 9121.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 169007559,
            "mappedReadsCount": 145655605,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003629",
              "name": "DN1 neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "DN1",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 222.782787,
          "sdRefIntergenicDistribution": 3.403194,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 88,
          "maxRank": 8384.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 169007559,
            "mappedReadsCount": 145655605,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003702",
              "name": "optic lobe neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T4/T5 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 327.895558,
          "sdRefIntergenicDistribution": 1.944908,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 35,
          "maxRank": 7959.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 169007559,
            "mappedReadsCount": 145655605,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003721",
              "name": "lamina monopolar neuron L3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "L3",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 169007559,
            "mappedReadsCount": 145655605,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003741",
              "name": "lamina wide-field cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Lawf1",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 106.522045,
          "sdRefIntergenicDistribution": 1.998137,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 75,
          "maxRank": 8565.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 169007559,
            "mappedReadsCount": 145655605,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003743",
              "name": "centrifugal neuron C2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "C2",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 169007559,
            "mappedReadsCount": 145655605,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003744",
              "name": "centrifugal neuron C3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "C3",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 257.021838,
          "sdRefIntergenicDistribution": 1.492106,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 40,
          "maxRank": 7938.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 169007559,
            "mappedReadsCount": 145655605,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003767",
              "name": "distal medullary amacrine neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Dm8/Dm11",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 63.368661,
          "sdRefIntergenicDistribution": 1.559572,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 101,
          "maxRank": 8909.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 169007559,
            "mappedReadsCount": 145655605,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003776",
              "name": "medullary intrinsic neuron Mi1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Mi1",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 108.333772,
          "sdRefIntergenicDistribution": 3.858044,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 92,
          "maxRank": 8707.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 169007559,
            "mappedReadsCount": 145655605,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003788",
              "name": "transmedullary neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm1/TmY8",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 184.845250,
          "sdRefIntergenicDistribution": 1.506483,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 47,
          "maxRank": 8167.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 169007559,
            "mappedReadsCount": 145655605,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003797",
              "name": "transmedullary neuron Tm9 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm9",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.054133,
          "sdRefIntergenicDistribution": 1.824974,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 140,
          "maxRank": 9532.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 169007559,
            "mappedReadsCount": 145655605,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003832",
              "name": "proximal medullary amacrine neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.664832,
          "sdRefIntergenicDistribution": 2.114873,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 505,
          "maxRank": 10641.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 169007559,
            "mappedReadsCount": 145655605,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003837",
              "name": "medullary tangential neuron Mt1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.088172,
          "sdRefIntergenicDistribution": 1.569298,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 192,
          "maxRank": 9624.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 169007559,
            "mappedReadsCount": 145655605,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003838",
              "name": "medullary tangential neuron Mt2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T2 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 337.158308,
          "sdRefIntergenicDistribution": 1.363404,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 27,
          "maxRank": 7823.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 169007559,
            "mappedReadsCount": 145655605,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003839",
              "name": "medullary tangential neuron Mt3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T3 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 162.839438,
          "sdRefIntergenicDistribution": 1.498287,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 50,
          "maxRank": 8245.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 169007559,
            "mappedReadsCount": 145655605,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00004046",
              "name": "LNv neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "LNv",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 77.063117,
          "sdRefIntergenicDistribution": 3.112992,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 107,
          "maxRank": 8708.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 169007559,
            "mappedReadsCount": 145655605,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00004101",
              "name": "peptidergic neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "FMRFa",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 53.406732,
          "sdRefIntergenicDistribution": 1.631089,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 105,
          "maxRank": 8985.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 169007559,
            "mappedReadsCount": 145655605,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00006048",
              "name": "pacemaker neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Clock (neuron)",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.843127,
          "sdRefIntergenicDistribution": 1.911338,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 276,
          "maxRank": 10164.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 169007559,
            "mappedReadsCount": 145655605,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00007438",
              "name": "adult antennal lobe projection neuron adPN (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.981673,
          "sdRefIntergenicDistribution": 1.747161,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 237,
          "maxRank": 9878.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 169007559,
            "mappedReadsCount": 145655605,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047095",
              "name": "adult neuron"
            },
            "cellTypeAuthorAnnotation": "dorsal_Fan-shaped_Body",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 169007559,
            "mappedReadsCount": 145655605,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047527",
              "name": "adult myoinhibitory peptide neuron"
            },
            "cellTypeAuthorAnnotation": "Mip",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 23.383827,
          "sdRefIntergenicDistribution": 1.981937,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 167,
          "maxRank": 9662.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 169007559,
            "mappedReadsCount": 145655605,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047955",
              "name": "adult mushroom body output neuron"
            },
            "cellTypeAuthorAnnotation": "MBON",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 92.142917,
          "sdRefIntergenicDistribution": 1.523959,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 73,
          "maxRank": 8471.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 169007559,
            "mappedReadsCount": 145655605,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00048012",
              "name": "adult capability neuron"
            },
            "cellTypeAuthorAnnotation": "Capa (CAPA-expressing neurons)",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 33.802113,
          "sdRefIntergenicDistribution": 2.271407,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 145,
          "maxRank": 9303.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 169007559,
            "mappedReadsCount": 145655605,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00048298",
              "name": "CCHamide-1 neuron"
            },
            "cellTypeAuthorAnnotation": "CCHa1",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 79.516170,
          "sdRefIntergenicDistribution": 1.478933,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 85,
          "maxRank": 8636.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 169007559,
            "mappedReadsCount": 145655605,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00048313",
              "name": "ITP neuron"
            },
            "cellTypeAuthorAnnotation": "ITP",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 104.778887,
          "sdRefIntergenicDistribution": 2.307335,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 96,
          "maxRank": 8595.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 169007559,
            "mappedReadsCount": 145655605,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049526",
              "name": "adult serotonergic neuron"
            },
            "cellTypeAuthorAnnotation": "Serotonergic",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.252672,
          "sdRefIntergenicDistribution": 1.819721,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 283,
          "maxRank": 10126.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 169007559,
            "mappedReadsCount": 145655605,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049825",
              "name": "adult Kenyon cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.686244,
          "sdRefIntergenicDistribution": 1.873175,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 292,
          "maxRank": 10126.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 169007559,
            "mappedReadsCount": 145655605,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049828",
              "name": "adult gamma Kenyon cell"
            },
            "cellTypeAuthorAnnotation": "G-KC (gamma lobe mushroom body Kenyon cell)",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.533245,
          "sdRefIntergenicDistribution": 1.867758,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 281,
          "maxRank": 10053.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 169007559,
            "mappedReadsCount": 145655605,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00051299",
              "name": "adult olfactory projection neuron"
            },
            "cellTypeAuthorAnnotation": "Olfactory_projection_neurons",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 111.935135,
          "sdRefIntergenicDistribution": 1.709091,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 60,
          "maxRank": 8466.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 169007559,
            "mappedReadsCount": 145655605,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058144",
              "name": "adult plasmatocyte"
            },
            "cellTypeAuthorAnnotation": "Plasmatocytes",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.146012,
          "sdRefIntergenicDistribution": 1.550961,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 252,
          "maxRank": 9938.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 169007559,
            "mappedReadsCount": 145655605,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058202",
              "name": "adult peptidergic neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 30.094805,
          "sdRefIntergenicDistribution": 1.712984,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 174,
          "maxRank": 9418.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 169007559,
            "mappedReadsCount": 145655605,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058203",
              "name": "adult octopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Octopaminergic",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 247.435076,
          "sdRefIntergenicDistribution": 1.366694,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 39,
          "maxRank": 7979.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 169007559,
            "mappedReadsCount": 145655605,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058204",
              "name": "adult tyraminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Tyraminergic",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.536691,
          "sdRefIntergenicDistribution": 1.632560,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 166,
          "maxRank": 9619.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 169007559,
            "mappedReadsCount": 145655605,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058206",
              "name": "adult dopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Dopaminergic",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.615553,
          "sdRefIntergenicDistribution": 1.765611,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 219,
          "maxRank": 9735.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 169007559,
            "mappedReadsCount": 145655605,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058222",
              "name": "sugar-sensing neuron of the adult brain"
            },
            "cellTypeAuthorAnnotation": "Gr43a (fructose-sensing neuron expressing Gr43a)",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 74.611581,
          "sdRefIntergenicDistribution": 2.823075,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 138,
          "maxRank": 8960.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 169007559,
            "mappedReadsCount": 145655605,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00067350",
              "name": "antennal lobe projection neuron iPN (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 44.256923,
          "sdRefIntergenicDistribution": 1.905122,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 147,
          "maxRank": 9179.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 169007559,
            "mappedReadsCount": 145655605,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100214",
              "name": "dopaminergic PAM neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "PAM",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 43.915322,
          "sdRefIntergenicDistribution": 1.669502,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 116,
          "maxRank": 9186.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 169007559,
            "mappedReadsCount": 145655605,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100501",
              "name": "adult cell body glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Cortex_glia",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 169007559,
            "mappedReadsCount": 145655605,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100504",
              "name": "ensheathing neuropil associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Ensheathing_glia",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.548125,
          "sdRefIntergenicDistribution": 2.197877,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 382,
          "maxRank": 10427.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 169007559,
            "mappedReadsCount": 145655605,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100505",
              "name": "reticular neuropil associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Astrocyte-like",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 28.703829,
          "sdRefIntergenicDistribution": 2.158394,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 191,
          "maxRank": 9323.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 169007559,
            "mappedReadsCount": 145655605,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100506",
              "name": "adult brain perineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Perineurial_glia",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 42.980001,
          "sdRefIntergenicDistribution": 1.652929,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 120,
          "maxRank": 9313.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 169007559,
            "mappedReadsCount": 145655605,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100525",
              "name": "adult optic chiasma glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Chiasm_glia",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 169007559,
            "mappedReadsCount": 145655605,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110065",
              "name": "lamina wide-field cell Lawf2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Lawf2",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 82.560013,
          "sdRefIntergenicDistribution": 1.233129,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 76,
          "maxRank": 8626.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 169007559,
            "mappedReadsCount": 145655605,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110066",
              "name": "proximal medullary amacrine neuron Pm3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Pm3",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 75.130194,
          "sdRefIntergenicDistribution": 1.673671,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 84,
          "maxRank": 8751.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 169007559,
            "mappedReadsCount": 145655605,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110074",
              "name": "transmedullary neuron Tm5c (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm5c",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.388791,
          "sdRefIntergenicDistribution": 1.811386,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 288,
          "maxRank": 9845.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 169007559,
            "mappedReadsCount": 145655605,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110107",
              "name": "adult dorsomedial neurosecretory cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "IPC",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.026359,
          "sdRefIntergenicDistribution": 1.693468,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 254,
          "maxRank": 10133.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 169007559,
            "mappedReadsCount": 145655605,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110924",
              "name": "adult Hugin neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Hug",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 66.607804,
          "sdRefIntergenicDistribution": 2.069674,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 90,
          "maxRank": 8652.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 169007559,
            "mappedReadsCount": 145655605,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111271",
              "name": "distal medullary amacrine neuron Dm9"
            },
            "cellTypeAuthorAnnotation": "Dm9",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 83.889441,
          "sdRefIntergenicDistribution": 1.705302,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 91,
          "maxRank": 8576.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 169007559,
            "mappedReadsCount": 145655605,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111282",
              "name": "proximal medullary amacrine neuron Pm4"
            },
            "cellTypeAuthorAnnotation": "Pm4",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 61.397799,
          "sdRefIntergenicDistribution": 1.602320,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 97,
          "maxRank": 8825.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 169007559,
            "mappedReadsCount": 145655605,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111286",
              "name": "transmedullary Y neuron TmY14"
            },
            "cellTypeAuthorAnnotation": "TmY14",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 Day",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.361467,
          "sdRefIntergenicDistribution": 1.791935,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 378,
          "maxRank": 10451.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106213697,
            "mappedReadsCount": 86388982,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426775"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0000381",
              "name": "neurosecretory neuron"
            },
            "cellTypeAuthorAnnotation": "AstA/Nplp1",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 65.331596,
          "sdRefIntergenicDistribution": 1.472684,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 93,
          "maxRank": 8756.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106213697,
            "mappedReadsCount": 86388982,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426775"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "Unannotated",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.915615,
          "sdRefIntergenicDistribution": 2.686405,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1555,
          "maxRank": 11914.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106213697,
            "mappedReadsCount": 86388982,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426775"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00001258",
              "name": "subperineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Subperineurial_glia",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 31.604118,
          "sdRefIntergenicDistribution": 1.362638,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 155,
          "maxRank": 9398.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106213697,
            "mappedReadsCount": 86388982,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426775"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003702",
              "name": "optic lobe neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T4/T5 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 124.751647,
          "sdRefIntergenicDistribution": 1.799124,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 60,
          "maxRank": 8463.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106213697,
            "mappedReadsCount": 86388982,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426775"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003718",
              "name": "lamina monopolar neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 120.134174,
          "sdRefIntergenicDistribution": 1.929094,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 66,
          "maxRank": 8432.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106213697,
            "mappedReadsCount": 86388982,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426775"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003741",
              "name": "lamina wide-field cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Lawf1",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 45.019708,
          "sdRefIntergenicDistribution": 1.472043,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 115,
          "maxRank": 9027.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106213697,
            "mappedReadsCount": 86388982,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426775"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003743",
              "name": "centrifugal neuron C2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "C2",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 109.537256,
          "sdRefIntergenicDistribution": 1.312635,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 62,
          "maxRank": 8421.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106213697,
            "mappedReadsCount": 86388982,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426775"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003744",
              "name": "centrifugal neuron C3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "C3",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 80.690803,
          "sdRefIntergenicDistribution": 1.459431,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 75,
          "maxRank": 8565.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106213697,
            "mappedReadsCount": 86388982,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426775"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003767",
              "name": "distal medullary amacrine neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Dm8/Dm11",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 79.551051,
          "sdRefIntergenicDistribution": 1.285219,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 66,
          "maxRank": 8701.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106213697,
            "mappedReadsCount": 86388982,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426775"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003776",
              "name": "medullary intrinsic neuron Mi1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Mi1",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.690948,
          "sdRefIntergenicDistribution": 2.452131,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 247,
          "maxRank": 9945.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106213697,
            "mappedReadsCount": 86388982,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426775"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003788",
              "name": "transmedullary neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm1/TmY8",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 95.190968,
          "sdRefIntergenicDistribution": 1.524304,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 70,
          "maxRank": 8660.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106213697,
            "mappedReadsCount": 86388982,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426775"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003793",
              "name": "transmedullary neuron Tm5 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm5ab",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 308.049156,
          "sdRefIntergenicDistribution": 1.492106,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 36,
          "maxRank": 7885.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106213697,
            "mappedReadsCount": 86388982,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426775"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003797",
              "name": "transmedullary neuron Tm9 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm9",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 36.593110,
          "sdRefIntergenicDistribution": 1.802405,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 137,
          "maxRank": 9405.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106213697,
            "mappedReadsCount": 86388982,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426775"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003832",
              "name": "proximal medullary amacrine neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 29.926879,
          "sdRefIntergenicDistribution": 1.921554,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 164,
          "maxRank": 9475.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106213697,
            "mappedReadsCount": 86388982,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426775"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003837",
              "name": "medullary tangential neuron Mt1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T1 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 35.747449,
          "sdRefIntergenicDistribution": 1.670232,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 145,
          "maxRank": 9286.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106213697,
            "mappedReadsCount": 86388982,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426775"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003838",
              "name": "medullary tangential neuron Mt2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T2 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 57.535675,
          "sdRefIntergenicDistribution": 1.666713,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 92,
          "maxRank": 8944.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106213697,
            "mappedReadsCount": 86388982,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426775"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003839",
              "name": "medullary tangential neuron Mt3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T3 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 66.907601,
          "sdRefIntergenicDistribution": 1.828936,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 89,
          "maxRank": 8924.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106213697,
            "mappedReadsCount": 86388982,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426775"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00004046",
              "name": "LNv neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "LNv",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.612451,
          "sdRefIntergenicDistribution": 2.094266,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 133,
          "maxRank": 9051.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106213697,
            "mappedReadsCount": 86388982,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426775"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00004101",
              "name": "peptidergic neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "FMRFa",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 87.292885,
          "sdRefIntergenicDistribution": 1.768454,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 80,
          "maxRank": 8653.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106213697,
            "mappedReadsCount": 86388982,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426775"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00005899",
              "name": "dorsal cluster neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "DCN",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 70.506824,
          "sdRefIntergenicDistribution": 1.469920,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 92,
          "maxRank": 8710.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106213697,
            "mappedReadsCount": 86388982,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426775"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00006048",
              "name": "pacemaker neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Clock (neuron)",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 28.342263,
          "sdRefIntergenicDistribution": 1.768348,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 158,
          "maxRank": 9595.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106213697,
            "mappedReadsCount": 86388982,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426775"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00007438",
              "name": "adult antennal lobe projection neuron adPN (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 19.443679,
          "sdRefIntergenicDistribution": 1.765626,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 202,
          "maxRank": 9871.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106213697,
            "mappedReadsCount": 86388982,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426775"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047095",
              "name": "adult neuron"
            },
            "cellTypeAuthorAnnotation": "dorsal_Fan-shaped_Body",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106213697,
            "mappedReadsCount": 86388982,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426775"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047527",
              "name": "adult myoinhibitory peptide neuron"
            },
            "cellTypeAuthorAnnotation": "Mip",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 69.455462,
          "sdRefIntergenicDistribution": 1.550876,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 98,
          "maxRank": 8831.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106213697,
            "mappedReadsCount": 86388982,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426775"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047955",
              "name": "adult mushroom body output neuron"
            },
            "cellTypeAuthorAnnotation": "MBON",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 35.271401,
          "sdRefIntergenicDistribution": 1.370177,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 125,
          "maxRank": 9369.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106213697,
            "mappedReadsCount": 86388982,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426775"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00048012",
              "name": "adult capability neuron"
            },
            "cellTypeAuthorAnnotation": "Capa (CAPA-expressing neurons)",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 30.968632,
          "sdRefIntergenicDistribution": 1.906456,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 142,
          "maxRank": 9370.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106213697,
            "mappedReadsCount": 86388982,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426775"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049526",
              "name": "adult serotonergic neuron"
            },
            "cellTypeAuthorAnnotation": "Serotonergic",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 47.861005,
          "sdRefIntergenicDistribution": 1.699293,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 110,
          "maxRank": 9166.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106213697,
            "mappedReadsCount": 86388982,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426775"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049825",
              "name": "adult Kenyon cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 94.244591,
          "sdRefIntergenicDistribution": 1.880294,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 73,
          "maxRank": 8705.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106213697,
            "mappedReadsCount": 86388982,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426775"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049828",
              "name": "adult gamma Kenyon cell"
            },
            "cellTypeAuthorAnnotation": "G-KC (gamma lobe mushroom body Kenyon cell)",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 63.952636,
          "sdRefIntergenicDistribution": 1.961962,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 99,
          "maxRank": 9003.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106213697,
            "mappedReadsCount": 86388982,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426775"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00051299",
              "name": "adult olfactory projection neuron"
            },
            "cellTypeAuthorAnnotation": "Olfactory_projection_neurons",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 187.899527,
          "sdRefIntergenicDistribution": 1.415399,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 52,
          "maxRank": 8162.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106213697,
            "mappedReadsCount": 86388982,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426775"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058144",
              "name": "adult plasmatocyte"
            },
            "cellTypeAuthorAnnotation": "Plasmatocytes",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 22.138352,
          "sdRefIntergenicDistribution": 1.852565,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 235,
          "maxRank": 9597.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106213697,
            "mappedReadsCount": 86388982,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426775"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058202",
              "name": "adult peptidergic neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.366154,
          "sdRefIntergenicDistribution": 1.735710,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 301,
          "maxRank": 10117.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106213697,
            "mappedReadsCount": 86388982,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426775"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058204",
              "name": "adult tyraminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Tyraminergic",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 119.350240,
          "sdRefIntergenicDistribution": 1.580762,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 72,
          "maxRank": 8506.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106213697,
            "mappedReadsCount": 86388982,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426775"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058206",
              "name": "adult dopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Dopaminergic",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 84.033801,
          "sdRefIntergenicDistribution": 1.513787,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 79,
          "maxRank": 8729.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106213697,
            "mappedReadsCount": 86388982,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426775"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058222",
              "name": "sugar-sensing neuron of the adult brain"
            },
            "cellTypeAuthorAnnotation": "Gr43a (fructose-sensing neuron expressing Gr43a)",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 242.213631,
          "sdRefIntergenicDistribution": 1.535162,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 35,
          "maxRank": 7834.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106213697,
            "mappedReadsCount": 86388982,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426775"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00067350",
              "name": "antennal lobe projection neuron iPN (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 38.554493,
          "sdRefIntergenicDistribution": 1.706670,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 142,
          "maxRank": 9294.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106213697,
            "mappedReadsCount": 86388982,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426775"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100214",
              "name": "dopaminergic PAM neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "PAM",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 274.662124,
          "sdRefIntergenicDistribution": 1.062563,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 35,
          "maxRank": 7905.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106213697,
            "mappedReadsCount": 86388982,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426775"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100501",
              "name": "adult cell body glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Cortex_glia",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106213697,
            "mappedReadsCount": 86388982,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426775"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100504",
              "name": "ensheathing neuropil associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Ensheathing_glia",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.290934,
          "sdRefIntergenicDistribution": 2.018191,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 324,
          "maxRank": 10126.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106213697,
            "mappedReadsCount": 86388982,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426775"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100505",
              "name": "reticular neuropil associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Astrocyte-like",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 52.267333,
          "sdRefIntergenicDistribution": 1.980130,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 122,
          "maxRank": 9054.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106213697,
            "mappedReadsCount": 86388982,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426775"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100506",
              "name": "adult brain perineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Perineurial_glia",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.221811,
          "sdRefIntergenicDistribution": 1.780584,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 251,
          "maxRank": 9744.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106213697,
            "mappedReadsCount": 86388982,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426775"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100525",
              "name": "adult optic chiasma glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Chiasm_glia",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 500.487888,
          "sdRefIntergenicDistribution": 1.783781,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 33,
          "maxRank": 7683.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106213697,
            "mappedReadsCount": 86388982,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426775"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110065",
              "name": "lamina wide-field cell Lawf2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Lawf2",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106213697,
            "mappedReadsCount": 86388982,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426775"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110066",
              "name": "proximal medullary amacrine neuron Pm3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Pm3",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 524.471812,
          "sdRefIntergenicDistribution": 1.540797,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 27,
          "maxRank": 7745.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106213697,
            "mappedReadsCount": 86388982,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426775"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110074",
              "name": "transmedullary neuron Tm5c (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm5c",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.115893,
          "sdRefIntergenicDistribution": 1.769392,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 191,
          "maxRank": 9471.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106213697,
            "mappedReadsCount": 86388982,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426775"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110107",
              "name": "adult dorsomedial neurosecretory cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "IPC",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 69.399175,
          "sdRefIntergenicDistribution": 1.594044,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 89,
          "maxRank": 8839.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106213697,
            "mappedReadsCount": 86388982,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426775"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111271",
              "name": "distal medullary amacrine neuron Dm9"
            },
            "cellTypeAuthorAnnotation": "Dm9",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 58.945628,
          "sdRefIntergenicDistribution": 1.284961,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 100,
          "maxRank": 8780.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106213697,
            "mappedReadsCount": 86388982,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426775"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111282",
              "name": "proximal medullary amacrine neuron Pm4"
            },
            "cellTypeAuthorAnnotation": "Pm4",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 106213697,
            "mappedReadsCount": 86388982,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426775"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111286",
              "name": "transmedullary Y neuron TmY14"
            },
            "cellTypeAuthorAnnotation": "TmY14",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.648399,
          "sdRefIntergenicDistribution": 1.811688,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 274,
          "maxRank": 10214.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 79600766,
            "mappedReadsCount": 70359988,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0000381",
              "name": "neurosecretory neuron"
            },
            "cellTypeAuthorAnnotation": "AstA/Nplp1",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 56.639436,
          "sdRefIntergenicDistribution": 1.914692,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 113,
          "maxRank": 8981.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 79600766,
            "mappedReadsCount": 70359988,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.556954,
          "sdRefIntergenicDistribution": 2.814682,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1949,
          "maxRank": 12059.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 79600766,
            "mappedReadsCount": 70359988,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00001258",
              "name": "subperineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Subperineurial_glia",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 79.324879,
          "sdRefIntergenicDistribution": 1.221518,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 66,
          "maxRank": 8712.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 79600766,
            "mappedReadsCount": 70359988,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003702",
              "name": "optic lobe neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T4/T5 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.278480,
          "sdRefIntergenicDistribution": 2.033866,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 274,
          "maxRank": 10059.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 79600766,
            "mappedReadsCount": 70359988,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003718",
              "name": "lamina monopolar neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.657263,
          "sdRefIntergenicDistribution": 1.609177,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 237,
          "maxRank": 9817.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 79600766,
            "mappedReadsCount": 70359988,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003741",
              "name": "lamina wide-field cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Lawf1",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 31.606086,
          "sdRefIntergenicDistribution": 1.576312,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 148,
          "maxRank": 9249.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 79600766,
            "mappedReadsCount": 70359988,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003743",
              "name": "centrifugal neuron C2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "C2",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 79.285151,
          "sdRefIntergenicDistribution": 1.641985,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 74,
          "maxRank": 8568.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 79600766,
            "mappedReadsCount": 70359988,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003744",
              "name": "centrifugal neuron C3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "C3",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 115.421102,
          "sdRefIntergenicDistribution": 1.374741,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 59,
          "maxRank": 8330.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 79600766,
            "mappedReadsCount": 70359988,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003767",
              "name": "distal medullary amacrine neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Dm8/Dm11",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 32.536791,
          "sdRefIntergenicDistribution": 1.888677,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 146,
          "maxRank": 9360.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 79600766,
            "mappedReadsCount": 70359988,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003776",
              "name": "medullary intrinsic neuron Mi1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Mi1",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.300829,
          "sdRefIntergenicDistribution": 2.594843,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 313,
          "maxRank": 10050.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 79600766,
            "mappedReadsCount": 70359988,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003788",
              "name": "transmedullary neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm1/TmY8",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 46.148144,
          "sdRefIntergenicDistribution": 2.252214,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 123,
          "maxRank": 9174.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 79600766,
            "mappedReadsCount": 70359988,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003793",
              "name": "transmedullary neuron Tm5 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm5ab",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.332978,
          "sdRefIntergenicDistribution": 1.808517,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 176,
          "maxRank": 9606.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 79600766,
            "mappedReadsCount": 70359988,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003797",
              "name": "transmedullary neuron Tm9 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm9",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.454871,
          "sdRefIntergenicDistribution": 1.821919,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 217,
          "maxRank": 9944.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 79600766,
            "mappedReadsCount": 70359988,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003832",
              "name": "proximal medullary amacrine neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.548011,
          "sdRefIntergenicDistribution": 2.035830,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 416,
          "maxRank": 10372.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 79600766,
            "mappedReadsCount": 70359988,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003837",
              "name": "medullary tangential neuron Mt1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.369664,
          "sdRefIntergenicDistribution": 1.880804,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 258,
          "maxRank": 10002.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 79600766,
            "mappedReadsCount": 70359988,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003838",
              "name": "medullary tangential neuron Mt2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T2 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.296292,
          "sdRefIntergenicDistribution": 1.732231,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 191,
          "maxRank": 9743.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 79600766,
            "mappedReadsCount": 70359988,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003839",
              "name": "medullary tangential neuron Mt3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T3 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.896936,
          "sdRefIntergenicDistribution": 1.897243,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 235,
          "maxRank": 9968.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 79600766,
            "mappedReadsCount": 70359988,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00004101",
              "name": "peptidergic neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "FMRFa",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 52.618246,
          "sdRefIntergenicDistribution": 1.516528,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 113,
          "maxRank": 8929.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 79600766,
            "mappedReadsCount": 70359988,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00005899",
              "name": "dorsal cluster neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "DCN",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 131.463384,
          "sdRefIntergenicDistribution": 1.567753,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 64,
          "maxRank": 8346.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 79600766,
            "mappedReadsCount": 70359988,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00006048",
              "name": "pacemaker neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Clock (neuron)",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 66.707424,
          "sdRefIntergenicDistribution": 1.574929,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 86,
          "maxRank": 8791.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 79600766,
            "mappedReadsCount": 70359988,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00007438",
              "name": "adult antennal lobe projection neuron adPN (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.101335,
          "sdRefIntergenicDistribution": 1.756104,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 239,
          "maxRank": 9899.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 79600766,
            "mappedReadsCount": 70359988,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047095",
              "name": "adult neuron"
            },
            "cellTypeAuthorAnnotation": "dorsal_Fan-shaped_Body",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 79600766,
            "mappedReadsCount": 70359988,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047527",
              "name": "adult myoinhibitory peptide neuron"
            },
            "cellTypeAuthorAnnotation": "Mip",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.073040,
          "sdRefIntergenicDistribution": 1.760716,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 202,
          "maxRank": 9826.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 79600766,
            "mappedReadsCount": 70359988,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047955",
              "name": "adult mushroom body output neuron"
            },
            "cellTypeAuthorAnnotation": "MBON",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 115.706445,
          "sdRefIntergenicDistribution": 1.584010,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 64,
          "maxRank": 8483.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 79600766,
            "mappedReadsCount": 70359988,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00048012",
              "name": "adult capability neuron"
            },
            "cellTypeAuthorAnnotation": "Capa (CAPA-expressing neurons)",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 86.959866,
          "sdRefIntergenicDistribution": 1.346291,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 70,
          "maxRank": 8614.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 79600766,
            "mappedReadsCount": 70359988,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049526",
              "name": "adult serotonergic neuron"
            },
            "cellTypeAuthorAnnotation": "Serotonergic",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 28.677010,
          "sdRefIntergenicDistribution": 1.873171,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 166,
          "maxRank": 9509.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 79600766,
            "mappedReadsCount": 70359988,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049825",
              "name": "adult Kenyon cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.128229,
          "sdRefIntergenicDistribution": 1.875013,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 296,
          "maxRank": 10094.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 79600766,
            "mappedReadsCount": 70359988,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049828",
              "name": "adult gamma Kenyon cell"
            },
            "cellTypeAuthorAnnotation": "G-KC (gamma lobe mushroom body Kenyon cell)",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.638945,
          "sdRefIntergenicDistribution": 2.025215,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 391,
          "maxRank": 10290.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 79600766,
            "mappedReadsCount": 70359988,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00051299",
              "name": "adult olfactory projection neuron"
            },
            "cellTypeAuthorAnnotation": "Olfactory_projection_neurons",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 301.481002,
          "sdRefIntergenicDistribution": 1.429591,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 31,
          "maxRank": 7892.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 79600766,
            "mappedReadsCount": 70359988,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058144",
              "name": "adult plasmatocyte"
            },
            "cellTypeAuthorAnnotation": "Plasmatocytes",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 19.195271,
          "sdRefIntergenicDistribution": 1.828402,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 241,
          "maxRank": 9864.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 79600766,
            "mappedReadsCount": 70359988,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058202",
              "name": "adult peptidergic neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 34.537190,
          "sdRefIntergenicDistribution": 1.635668,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 167,
          "maxRank": 9325.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 79600766,
            "mappedReadsCount": 70359988,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058204",
              "name": "adult tyraminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Tyraminergic",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 306.225692,
          "sdRefIntergenicDistribution": 1.384292,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 37,
          "maxRank": 7915.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 79600766,
            "mappedReadsCount": 70359988,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058206",
              "name": "adult dopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Dopaminergic",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 110.905061,
          "sdRefIntergenicDistribution": 1.357044,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 60,
          "maxRank": 8452.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 79600766,
            "mappedReadsCount": 70359988,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058222",
              "name": "sugar-sensing neuron of the adult brain"
            },
            "cellTypeAuthorAnnotation": "Gr43a (fructose-sensing neuron expressing Gr43a)",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 111.514969,
          "sdRefIntergenicDistribution": 1.848333,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 69,
          "maxRank": 8403.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 79600766,
            "mappedReadsCount": 70359988,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00067350",
              "name": "antennal lobe projection neuron iPN (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lPN/CG31676",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 81.943063,
          "sdRefIntergenicDistribution": 1.389944,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 81,
          "maxRank": 8657.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 79600766,
            "mappedReadsCount": 70359988,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100214",
              "name": "dopaminergic PAM neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "PAM",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 29.322629,
          "sdRefIntergenicDistribution": 1.572517,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 153,
          "maxRank": 9497.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 79600766,
            "mappedReadsCount": 70359988,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100501",
              "name": "adult cell body glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Cortex_glia",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 79600766,
            "mappedReadsCount": 70359988,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100504",
              "name": "ensheathing neuropil associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Ensheathing_glia",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 64.539212,
          "sdRefIntergenicDistribution": 1.677504,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 114,
          "maxRank": 8663.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 79600766,
            "mappedReadsCount": 70359988,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100505",
              "name": "reticular neuropil associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Astrocyte-like",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 75.501486,
          "sdRefIntergenicDistribution": 1.837215,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 97,
          "maxRank": 8598.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 79600766,
            "mappedReadsCount": 70359988,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100506",
              "name": "adult brain perineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Perineurial_glia",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 37.259838,
          "sdRefIntergenicDistribution": 1.258242,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 140,
          "maxRank": 9005.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 79600766,
            "mappedReadsCount": 70359988,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100525",
              "name": "adult optic chiasma glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Chiasm_glia",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 79600766,
            "mappedReadsCount": 70359988,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110065",
              "name": "lamina wide-field cell Lawf2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Lawf2",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 55.252555,
          "sdRefIntergenicDistribution": 1.922348,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 105,
          "maxRank": 8985.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 79600766,
            "mappedReadsCount": 70359988,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110066",
              "name": "proximal medullary amacrine neuron Pm3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Pm3",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 73.744394,
          "sdRefIntergenicDistribution": 1.554793,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 93,
          "maxRank": 8643.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 79600766,
            "mappedReadsCount": 70359988,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110074",
              "name": "transmedullary neuron Tm5c (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm5c",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.044964,
          "sdRefIntergenicDistribution": 2.010323,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 255,
          "maxRank": 9646.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 79600766,
            "mappedReadsCount": 70359988,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110107",
              "name": "adult dorsomedial neurosecretory cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "IPC",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.413076,
          "sdRefIntergenicDistribution": 1.738140,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 210,
          "maxRank": 9715.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 79600766,
            "mappedReadsCount": 70359988,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111271",
              "name": "distal medullary amacrine neuron Dm9"
            },
            "cellTypeAuthorAnnotation": "Dm9",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 84.359559,
          "sdRefIntergenicDistribution": 2.084324,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 100,
          "maxRank": 8693.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 79600766,
            "mappedReadsCount": 70359988,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111282",
              "name": "proximal medullary amacrine neuron Pm4"
            },
            "cellTypeAuthorAnnotation": "Pm4",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 53.250706,
          "sdRefIntergenicDistribution": 1.771137,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 96,
          "maxRank": 8930.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 79600766,
            "mappedReadsCount": 70359988,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111286",
              "name": "transmedullary Y neuron TmY14"
            },
            "cellTypeAuthorAnnotation": "TmY14",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.169252,
          "sdRefIntergenicDistribution": 1.765272,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 252,
          "maxRank": 10026.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 79600766,
            "mappedReadsCount": 70359988,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0000210",
              "name": "photoreceptor cell"
            },
            "cellTypeAuthorAnnotation": "Photoreceptors",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 39.614960,
          "sdRefIntergenicDistribution": 1.178323,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 112,
          "maxRank": 9087.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 79600766,
            "mappedReadsCount": 70359988,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:2000029",
              "name": "central nervous system neuron"
            },
            "cellTypeAuthorAnnotation": "Poxn (-expressing neurons)",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 67.356420,
          "sdRefIntergenicDistribution": 1.901073,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 109,
          "maxRank": 8887.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 79600766,
            "mappedReadsCount": 70359988,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003629",
              "name": "DN1 neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "DN1",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 110.021883,
          "sdRefIntergenicDistribution": 1.457294,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 68,
          "maxRank": 8401.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 79600766,
            "mappedReadsCount": 70359988,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003719",
              "name": "lamina monopolar neuron L1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "L1",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 95.412886,
          "sdRefIntergenicDistribution": 1.849145,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 86,
          "maxRank": 8524.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 79600766,
            "mappedReadsCount": 70359988,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003720",
              "name": "lamina monopolar neuron L2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "L2",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 176.568818,
          "sdRefIntergenicDistribution": 1.547686,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 69,
          "maxRank": 8155.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 79600766,
            "mappedReadsCount": 70359988,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003721",
              "name": "lamina monopolar neuron L3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "L3",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 42.772337,
          "sdRefIntergenicDistribution": 1.852155,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 122,
          "maxRank": 9190.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 79600766,
            "mappedReadsCount": 70359988,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00048298",
              "name": "CCHamide-1 neuron"
            },
            "cellTypeAuthorAnnotation": "CCHa1",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 108.869108,
          "sdRefIntergenicDistribution": 1.966826,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 79,
          "maxRank": 8394.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 79600766,
            "mappedReadsCount": 70359988,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058203",
              "name": "adult octopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Octopaminergic",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 90.750838,
          "sdRefIntergenicDistribution": 1.412492,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 78,
          "maxRank": 8676.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147776972,
            "mappedReadsCount": 130973497,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0000381",
              "name": "neurosecretory neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 24.014799,
          "sdRefIntergenicDistribution": 1.768194,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 190,
          "maxRank": 9533.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147776972,
            "mappedReadsCount": 130973497,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.604621,
          "sdRefIntergenicDistribution": 2.935876,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1930,
          "maxRank": 12041.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147776972,
            "mappedReadsCount": 130973497,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00001258",
              "name": "subperineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Subperineurial_glia",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 41.877667,
          "sdRefIntergenicDistribution": 1.221518,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 133,
          "maxRank": 8919.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147776972,
            "mappedReadsCount": 130973497,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003702",
              "name": "optic lobe neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T4/T5 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.034420,
          "sdRefIntergenicDistribution": 2.088954,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 214,
          "maxRank": 9774.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147776972,
            "mappedReadsCount": 130973497,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003718",
              "name": "lamina monopolar neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 30.124497,
          "sdRefIntergenicDistribution": 1.901006,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 154,
          "maxRank": 9313.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147776972,
            "mappedReadsCount": 130973497,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003741",
              "name": "lamina wide-field cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Lawf1",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.359554,
          "sdRefIntergenicDistribution": 1.711179,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 190,
          "maxRank": 9372.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147776972,
            "mappedReadsCount": 130973497,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003743",
              "name": "centrifugal neuron C2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "C2",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 116.752865,
          "sdRefIntergenicDistribution": 1.327074,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 58,
          "maxRank": 8251.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147776972,
            "mappedReadsCount": 130973497,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003744",
              "name": "centrifugal neuron C3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "C3",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 195.033974,
          "sdRefIntergenicDistribution": 2.191586,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 55,
          "maxRank": 8246.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147776972,
            "mappedReadsCount": 130973497,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003767",
              "name": "distal medullary amacrine neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Dm8/Dm11",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 45.927916,
          "sdRefIntergenicDistribution": 1.860585,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 129,
          "maxRank": 9027.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147776972,
            "mappedReadsCount": 130973497,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003776",
              "name": "medullary intrinsic neuron Mi1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Mi1",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.936211,
          "sdRefIntergenicDistribution": 2.596499,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 272,
          "maxRank": 9861.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147776972,
            "mappedReadsCount": 130973497,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003788",
              "name": "transmedullary neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm1/TmY8",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 50.596786,
          "sdRefIntergenicDistribution": 1.981403,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 116,
          "maxRank": 9090.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147776972,
            "mappedReadsCount": 130973497,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003793",
              "name": "transmedullary neuron Tm5 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm5ab",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 22.495567,
          "sdRefIntergenicDistribution": 2.014007,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 179,
          "maxRank": 9541.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147776972,
            "mappedReadsCount": 130973497,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003797",
              "name": "transmedullary neuron Tm9 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm9",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.107999,
          "sdRefIntergenicDistribution": 1.791109,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 222,
          "maxRank": 9969.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147776972,
            "mappedReadsCount": 130973497,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003832",
              "name": "proximal medullary amacrine neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.928488,
          "sdRefIntergenicDistribution": 1.873676,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 384,
          "maxRank": 10349.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147776972,
            "mappedReadsCount": 130973497,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003837",
              "name": "medullary tangential neuron Mt1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.033295,
          "sdRefIntergenicDistribution": 1.934925,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 275,
          "maxRank": 10104.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147776972,
            "mappedReadsCount": 130973497,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003838",
              "name": "medullary tangential neuron Mt2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T2 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.250269,
          "sdRefIntergenicDistribution": 1.950919,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 201,
          "maxRank": 9777.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147776972,
            "mappedReadsCount": 130973497,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003839",
              "name": "medullary tangential neuron Mt3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T3 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.579635,
          "sdRefIntergenicDistribution": 1.961230,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 251,
          "maxRank": 10016.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147776972,
            "mappedReadsCount": 130973497,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00004046",
              "name": "LNv neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "LNv",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 50.585361,
          "sdRefIntergenicDistribution": 1.894541,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 122,
          "maxRank": 9006.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147776972,
            "mappedReadsCount": 130973497,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00004101",
              "name": "peptidergic neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "FMRFa",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 188.867130,
          "sdRefIntergenicDistribution": 2.317048,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 90,
          "maxRank": 8438.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147776972,
            "mappedReadsCount": 130973497,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00005899",
              "name": "dorsal cluster neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "DCN",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 100.721417,
          "sdRefIntergenicDistribution": 1.704515,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 83,
          "maxRank": 8551.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147776972,
            "mappedReadsCount": 130973497,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00006048",
              "name": "pacemaker neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Clock (neuron)",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 37.772263,
          "sdRefIntergenicDistribution": 1.550289,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 151,
          "maxRank": 9251.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147776972,
            "mappedReadsCount": 130973497,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00007438",
              "name": "adult antennal lobe projection neuron adPN (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.346470,
          "sdRefIntergenicDistribution": 1.630989,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 191,
          "maxRank": 9581.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147776972,
            "mappedReadsCount": 130973497,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047095",
              "name": "adult neuron"
            },
            "cellTypeAuthorAnnotation": "dorsal_Fan-shaped_Body",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147776972,
            "mappedReadsCount": 130973497,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047527",
              "name": "adult myoinhibitory peptide neuron"
            },
            "cellTypeAuthorAnnotation": "Mip",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 23.061404,
          "sdRefIntergenicDistribution": 1.705059,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 186,
          "maxRank": 9668.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147776972,
            "mappedReadsCount": 130973497,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047955",
              "name": "adult mushroom body output neuron"
            },
            "cellTypeAuthorAnnotation": "MBON",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 29.399437,
          "sdRefIntergenicDistribution": 1.320804,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 152,
          "maxRank": 9299.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147776972,
            "mappedReadsCount": 130973497,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00048012",
              "name": "adult capability neuron"
            },
            "cellTypeAuthorAnnotation": "Capa (CAPA-expressing neurons)",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 77.317557,
          "sdRefIntergenicDistribution": 1.828092,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 80,
          "maxRank": 8625.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147776972,
            "mappedReadsCount": 130973497,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049526",
              "name": "adult serotonergic neuron"
            },
            "cellTypeAuthorAnnotation": "Serotonergic",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 52.672485,
          "sdRefIntergenicDistribution": 1.729403,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 103,
          "maxRank": 9060.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147776972,
            "mappedReadsCount": 130973497,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049825",
              "name": "adult Kenyon cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.435105,
          "sdRefIntergenicDistribution": 1.757789,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 259,
          "maxRank": 10027.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147776972,
            "mappedReadsCount": 130973497,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049828",
              "name": "adult gamma Kenyon cell"
            },
            "cellTypeAuthorAnnotation": "G-KC (gamma lobe mushroom body Kenyon cell)",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.639042,
          "sdRefIntergenicDistribution": 1.744756,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 373,
          "maxRank": 10246.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147776972,
            "mappedReadsCount": 130973497,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00051299",
              "name": "adult olfactory projection neuron"
            },
            "cellTypeAuthorAnnotation": "Olfactory_projection_neurons",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 491.076988,
          "sdRefIntergenicDistribution": 2.972073,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 34,
          "maxRank": 7917.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147776972,
            "mappedReadsCount": 130973497,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058144",
              "name": "adult plasmatocyte"
            },
            "cellTypeAuthorAnnotation": "Plasmatocytes",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 92.586196,
          "sdRefIntergenicDistribution": 1.380751,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 69,
          "maxRank": 8511.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147776972,
            "mappedReadsCount": 130973497,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058202",
              "name": "adult peptidergic neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 37.603967,
          "sdRefIntergenicDistribution": 1.903687,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 139,
          "maxRank": 9161.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147776972,
            "mappedReadsCount": 130973497,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058204",
              "name": "adult tyraminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Tyraminergic",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 207.594976,
          "sdRefIntergenicDistribution": 1.347016,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 44,
          "maxRank": 8074.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147776972,
            "mappedReadsCount": 130973497,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058206",
              "name": "adult dopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Dopaminergic",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 90.036439,
          "sdRefIntergenicDistribution": 1.673975,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 95,
          "maxRank": 8548.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147776972,
            "mappedReadsCount": 130973497,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00067350",
              "name": "antennal lobe projection neuron iPN (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lPN/unpg",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 98.245774,
          "sdRefIntergenicDistribution": 1.519703,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 81,
          "maxRank": 8589.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147776972,
            "mappedReadsCount": 130973497,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100214",
              "name": "dopaminergic PAM neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "PAM",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 42.405224,
          "sdRefIntergenicDistribution": 1.425706,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 107,
          "maxRank": 9159.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147776972,
            "mappedReadsCount": 130973497,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100501",
              "name": "adult cell body glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Cortex_glia",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147776972,
            "mappedReadsCount": 130973497,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100504",
              "name": "ensheathing neuropil associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Ensheathing_glia",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 44.706740,
          "sdRefIntergenicDistribution": 1.668497,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 128,
          "maxRank": 8881.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147776972,
            "mappedReadsCount": 130973497,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100505",
              "name": "reticular neuropil associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Astrocyte-like",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 62.419972,
          "sdRefIntergenicDistribution": 1.942973,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 110,
          "maxRank": 8493.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147776972,
            "mappedReadsCount": 130973497,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100506",
              "name": "adult brain perineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Perineurial_glia",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 30.242329,
          "sdRefIntergenicDistribution": 1.844544,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 189,
          "maxRank": 9175.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147776972,
            "mappedReadsCount": 130973497,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110065",
              "name": "lamina wide-field cell Lawf2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Lawf2",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 65.408476,
          "sdRefIntergenicDistribution": 1.793275,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 92,
          "maxRank": 8895.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147776972,
            "mappedReadsCount": 130973497,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110066",
              "name": "proximal medullary amacrine neuron Pm3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Pm3",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147776972,
            "mappedReadsCount": 130973497,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110074",
              "name": "transmedullary neuron Tm5c (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm5c",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 23.228765,
          "sdRefIntergenicDistribution": 1.729193,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 197,
          "maxRank": 9366.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147776972,
            "mappedReadsCount": 130973497,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110107",
              "name": "adult dorsomedial neurosecretory cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "IPC",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 33.925224,
          "sdRefIntergenicDistribution": 2.573026,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 137,
          "maxRank": 8987.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147776972,
            "mappedReadsCount": 130973497,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111271",
              "name": "distal medullary amacrine neuron Dm9"
            },
            "cellTypeAuthorAnnotation": "Dm9",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 55.547910,
          "sdRefIntergenicDistribution": 1.975275,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 124,
          "maxRank": 8864.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147776972,
            "mappedReadsCount": 130973497,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111282",
              "name": "proximal medullary amacrine neuron Pm4"
            },
            "cellTypeAuthorAnnotation": "Pm4",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 75.892018,
          "sdRefIntergenicDistribution": 1.718988,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 92,
          "maxRank": 8691.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147776972,
            "mappedReadsCount": 130973497,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111286",
              "name": "transmedullary Y neuron TmY14"
            },
            "cellTypeAuthorAnnotation": "TmY14",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.066071,
          "sdRefIntergenicDistribution": 1.800687,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 331,
          "maxRank": 10271.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147776972,
            "mappedReadsCount": 130973497,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0000210",
              "name": "photoreceptor cell"
            },
            "cellTypeAuthorAnnotation": "Photoreceptors",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 33.507413,
          "sdRefIntergenicDistribution": 1.722119,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 141,
          "maxRank": 9053.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147776972,
            "mappedReadsCount": 130973497,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:2000029",
              "name": "central nervous system neuron"
            },
            "cellTypeAuthorAnnotation": "Poxn (-expressing neurons)",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 33.221079,
          "sdRefIntergenicDistribution": 1.632693,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 169,
          "maxRank": 9294.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147776972,
            "mappedReadsCount": 130973497,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003629",
              "name": "DN1 neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "DN1",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 70.876887,
          "sdRefIntergenicDistribution": 1.899096,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 94,
          "maxRank": 8686.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147776972,
            "mappedReadsCount": 130973497,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003719",
              "name": "lamina monopolar neuron L1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "L1",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 59.209199,
          "sdRefIntergenicDistribution": 1.759712,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 92,
          "maxRank": 8854.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147776972,
            "mappedReadsCount": 130973497,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003720",
              "name": "lamina monopolar neuron L2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "L2",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 122.862078,
          "sdRefIntergenicDistribution": 2.024238,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 88,
          "maxRank": 8414.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147776972,
            "mappedReadsCount": 130973497,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003721",
              "name": "lamina monopolar neuron L3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "L3",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 173.085714,
          "sdRefIntergenicDistribution": 1.562951,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 54,
          "maxRank": 8190.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147776972,
            "mappedReadsCount": 130973497,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058203",
              "name": "adult octopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Octopaminergic",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 199.828689,
          "sdRefIntergenicDistribution": 1.165785,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 53,
          "maxRank": 8057.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147776972,
            "mappedReadsCount": 130973497,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00048313",
              "name": "ITP neuron"
            },
            "cellTypeAuthorAnnotation": "ITP",
            "devStage": {
              "id": "FBdv:00007078",
              "name": "day 3 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "3 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 185.791119,
          "sdRefIntergenicDistribution": 2.007639,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 64,
          "maxRank": 8101.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 274809678,
            "mappedReadsCount": 228158736,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426778"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0000210",
              "name": "photoreceptor cell"
            },
            "cellTypeAuthorAnnotation": "Photoreceptors",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 185.937936,
          "sdRefIntergenicDistribution": 1.017739,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 42,
          "maxRank": 8049.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 274809678,
            "mappedReadsCount": 228158736,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426778"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0000381",
              "name": "neurosecretory neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 52.471390,
          "sdRefIntergenicDistribution": 1.775765,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 108,
          "maxRank": 8982.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 274809678,
            "mappedReadsCount": 228158736,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426778"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.871183,
          "sdRefIntergenicDistribution": 2.695160,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1539,
          "maxRank": 11910.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 274809678,
            "mappedReadsCount": 228158736,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426778"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00001258",
              "name": "subperineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Subperineurial_glia",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 32.867595,
          "sdRefIntergenicDistribution": 1.646115,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 163,
          "maxRank": 9236.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 274809678,
            "mappedReadsCount": 228158736,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426778"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003629",
              "name": "DN1 neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "DN1",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 274809678,
            "mappedReadsCount": 228158736,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426778"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003702",
              "name": "optic lobe neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T4/T5 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 69.932802,
          "sdRefIntergenicDistribution": 1.430180,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 108,
          "maxRank": 8655.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 274809678,
            "mappedReadsCount": 228158736,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426778"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003718",
              "name": "lamina monopolar neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 226.613118,
          "sdRefIntergenicDistribution": 1.492946,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 45,
          "maxRank": 8057.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 274809678,
            "mappedReadsCount": 228158736,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426778"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003719",
              "name": "lamina monopolar neuron L1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "L1",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 303.118967,
          "sdRefIntergenicDistribution": 1.741962,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 36,
          "maxRank": 7907.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 274809678,
            "mappedReadsCount": 228158736,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426778"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003741",
              "name": "lamina wide-field cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Lawf1",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 274809678,
            "mappedReadsCount": 228158736,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426778"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003744",
              "name": "centrifugal neuron C3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "C3",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 298.787035,
          "sdRefIntergenicDistribution": 1.786504,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 33,
          "maxRank": 7894.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 274809678,
            "mappedReadsCount": 228158736,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426778"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003767",
              "name": "distal medullary amacrine neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Dm8/Dm11",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 147.689282,
          "sdRefIntergenicDistribution": 1.573747,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 57,
          "maxRank": 8310.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 274809678,
            "mappedReadsCount": 228158736,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426778"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003776",
              "name": "medullary intrinsic neuron Mi1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Mi1",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 474.874656,
          "sdRefIntergenicDistribution": 1.181638,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 25,
          "maxRank": 7594.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 274809678,
            "mappedReadsCount": 228158736,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426778"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003788",
              "name": "transmedullary neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm1/TmY8",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 274809678,
            "mappedReadsCount": 228158736,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426778"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003797",
              "name": "transmedullary neuron Tm9 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm9",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 217.265226,
          "sdRefIntergenicDistribution": 1.430379,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 50,
          "maxRank": 8073.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 274809678,
            "mappedReadsCount": 228158736,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426778"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003832",
              "name": "proximal medullary amacrine neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.084036,
          "sdRefIntergenicDistribution": 1.598309,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 190,
          "maxRank": 9644.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 274809678,
            "mappedReadsCount": 228158736,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426778"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003837",
              "name": "medullary tangential neuron Mt1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T1 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 274809678,
            "mappedReadsCount": 228158736,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426778"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00004046",
              "name": "LNv neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "LNv",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.745927,
          "sdRefIntergenicDistribution": 2.120327,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 261,
          "maxRank": 9730.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 274809678,
            "mappedReadsCount": 228158736,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426778"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00004101",
              "name": "peptidergic neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "FMRFa",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 42.904019,
          "sdRefIntergenicDistribution": 1.998225,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 144,
          "maxRank": 9261.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 274809678,
            "mappedReadsCount": 228158736,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426778"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00005899",
              "name": "dorsal cluster neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "DCN",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 251.129159,
          "sdRefIntergenicDistribution": 1.812500,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 45,
          "maxRank": 8073.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 274809678,
            "mappedReadsCount": 228158736,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426778"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00006048",
              "name": "pacemaker neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Clock (neuron)",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.826361,
          "sdRefIntergenicDistribution": 1.949181,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 309,
          "maxRank": 10237.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 274809678,
            "mappedReadsCount": 228158736,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426778"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00007438",
              "name": "adult antennal lobe projection neuron adPN (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 22.466461,
          "sdRefIntergenicDistribution": 2.032315,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 211,
          "maxRank": 9662.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 274809678,
            "mappedReadsCount": 228158736,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426778"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047095",
              "name": "adult neuron"
            },
            "cellTypeAuthorAnnotation": "dorsal_Fan-shaped_Body",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 274809678,
            "mappedReadsCount": 228158736,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426778"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047527",
              "name": "adult myoinhibitory peptide neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.736992,
          "sdRefIntergenicDistribution": 1.809637,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 286,
          "maxRank": 10155.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 274809678,
            "mappedReadsCount": 228158736,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426778"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047955",
              "name": "adult mushroom body output neuron"
            },
            "cellTypeAuthorAnnotation": "MBON",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.228317,
          "sdRefIntergenicDistribution": 1.729390,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 278,
          "maxRank": 10224.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 274809678,
            "mappedReadsCount": 228158736,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426778"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00048012",
              "name": "adult capability neuron"
            },
            "cellTypeAuthorAnnotation": "Capa (CAPA-expressing neurons)",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 22.895625,
          "sdRefIntergenicDistribution": 1.881474,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 210,
          "maxRank": 9609.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 274809678,
            "mappedReadsCount": 228158736,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426778"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00048298",
              "name": "CCHamide-1 neuron"
            },
            "cellTypeAuthorAnnotation": "CCHa1",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 134.904365,
          "sdRefIntergenicDistribution": 1.777650,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 71,
          "maxRank": 8310.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 274809678,
            "mappedReadsCount": 228158736,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426778"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00048313",
              "name": "ITP neuron"
            },
            "cellTypeAuthorAnnotation": "ITP",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 162.446614,
          "sdRefIntergenicDistribution": 1.387717,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 49,
          "maxRank": 8048.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 274809678,
            "mappedReadsCount": 228158736,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426778"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049526",
              "name": "adult serotonergic neuron"
            },
            "cellTypeAuthorAnnotation": "Serotonergic",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.190901,
          "sdRefIntergenicDistribution": 1.877765,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 271,
          "maxRank": 10079.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 274809678,
            "mappedReadsCount": 228158736,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426778"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049825",
              "name": "adult Kenyon cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 107.732136,
          "sdRefIntergenicDistribution": 1.414105,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 70,
          "maxRank": 8331.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 274809678,
            "mappedReadsCount": 228158736,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426778"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049828",
              "name": "adult gamma Kenyon cell"
            },
            "cellTypeAuthorAnnotation": "G-KC (gamma lobe mushroom body Kenyon cell)",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 55.099057,
          "sdRefIntergenicDistribution": 1.448307,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 101,
          "maxRank": 8889.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 274809678,
            "mappedReadsCount": 228158736,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426778"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00051053",
              "name": "adult corazonin neuron"
            },
            "cellTypeAuthorAnnotation": "Crz ( fructose-sensing neuron expressing the crz gene)",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 399.383899,
          "sdRefIntergenicDistribution": 1.895222,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 33,
          "maxRank": 7823.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 274809678,
            "mappedReadsCount": 228158736,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426778"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00051299",
              "name": "adult olfactory projection neuron"
            },
            "cellTypeAuthorAnnotation": "Olfactory_projection_neurons",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 154.918279,
          "sdRefIntergenicDistribution": 1.338499,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 50,
          "maxRank": 8223.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 274809678,
            "mappedReadsCount": 228158736,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426778"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058144",
              "name": "adult plasmatocyte"
            },
            "cellTypeAuthorAnnotation": "Plasmatocytes",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.051612,
          "sdRefIntergenicDistribution": 1.629382,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 242,
          "maxRank": 10192.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 274809678,
            "mappedReadsCount": 228158736,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426778"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058202",
              "name": "adult peptidergic neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.664339,
          "sdRefIntergenicDistribution": 1.842067,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 412,
          "maxRank": 10387.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 274809678,
            "mappedReadsCount": 228158736,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426778"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058203",
              "name": "adult octopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Octopaminergic",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 49.346958,
          "sdRefIntergenicDistribution": 1.873787,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 135,
          "maxRank": 9161.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 274809678,
            "mappedReadsCount": 228158736,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426778"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058204",
              "name": "adult tyraminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Tyraminergic",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.402405,
          "sdRefIntergenicDistribution": 1.744183,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 182,
          "maxRank": 9516.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 274809678,
            "mappedReadsCount": 228158736,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426778"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058206",
              "name": "adult dopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Dopaminergic",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 346.804778,
          "sdRefIntergenicDistribution": 1.587325,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 31,
          "maxRank": 7784.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 274809678,
            "mappedReadsCount": 228158736,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426778"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058222",
              "name": "sugar-sensing neuron of the adult brain"
            },
            "cellTypeAuthorAnnotation": "Gr43a (fructose-sensing neuron expressing Gr43a)",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.430915,
          "sdRefIntergenicDistribution": 1.686400,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 214,
          "maxRank": 9502.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 274809678,
            "mappedReadsCount": 228158736,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426778"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00067350",
              "name": "antennal lobe projection neuron iPN (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 38.057088,
          "sdRefIntergenicDistribution": 1.430573,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 118,
          "maxRank": 9144.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 274809678,
            "mappedReadsCount": 228158736,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426778"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100214",
              "name": "dopaminergic PAM neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "PAM",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 73.072585,
          "sdRefIntergenicDistribution": 1.645909,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 72,
          "maxRank": 8676.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 274809678,
            "mappedReadsCount": 228158736,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426778"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100501",
              "name": "adult cell body glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Cortex_glia",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 274809678,
            "mappedReadsCount": 228158736,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426778"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100504",
              "name": "ensheathing neuropil associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Ensheathing_glia",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.082569,
          "sdRefIntergenicDistribution": 1.834637,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 281,
          "maxRank": 9818.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 274809678,
            "mappedReadsCount": 228158736,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426778"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100505",
              "name": "reticular neuropil associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Astrocyte-like",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 26.445853,
          "sdRefIntergenicDistribution": 2.271403,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 211,
          "maxRank": 9520.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 274809678,
            "mappedReadsCount": 228158736,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426778"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100506",
              "name": "adult brain perineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Perineurial_glia",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 109.661293,
          "sdRefIntergenicDistribution": 1.575203,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 78,
          "maxRank": 8192.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 274809678,
            "mappedReadsCount": 228158736,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426778"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110065",
              "name": "lamina wide-field cell Lawf2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Lawf2",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 274809678,
            "mappedReadsCount": 228158736,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426778"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110066",
              "name": "proximal medullary amacrine neuron Pm3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Pm3",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 196.633187,
          "sdRefIntergenicDistribution": 1.687048,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 52,
          "maxRank": 8068.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 274809678,
            "mappedReadsCount": 228158736,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426778"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110074",
              "name": "transmedullary neuron Tm5c (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm5c",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 26.709726,
          "sdRefIntergenicDistribution": 1.948367,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 180,
          "maxRank": 9460.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 274809678,
            "mappedReadsCount": 228158736,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426778"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110107",
              "name": "adult dorsomedial neurosecretory cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "IPC",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 37.701704,
          "sdRefIntergenicDistribution": 1.848448,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 137,
          "maxRank": 9212.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 274809678,
            "mappedReadsCount": 228158736,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426778"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110924",
              "name": "adult Hugin neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Hug",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.113124,
          "sdRefIntergenicDistribution": 2.165652,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 259,
          "maxRank": 9719.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 274809678,
            "mappedReadsCount": 228158736,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426778"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111282",
              "name": "proximal medullary amacrine neuron Pm4"
            },
            "cellTypeAuthorAnnotation": "Pm4",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 224.383654,
          "sdRefIntergenicDistribution": 1.401425,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 42,
          "maxRank": 7980.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 274809678,
            "mappedReadsCount": 228158736,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426778"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111286",
              "name": "transmedullary Y neuron TmY14"
            },
            "cellTypeAuthorAnnotation": "TmY14",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 37.009109,
          "sdRefIntergenicDistribution": 1.966383,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 138,
          "maxRank": 9358.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 61788760,
            "mappedReadsCount": 50484869,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0000210",
              "name": "photoreceptor cell"
            },
            "cellTypeAuthorAnnotation": "Photoreceptors",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 107.028588,
          "sdRefIntergenicDistribution": 2.284541,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 92,
          "maxRank": 8628.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 61788760,
            "mappedReadsCount": 50484869,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.766264,
          "sdRefIntergenicDistribution": 2.775870,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1730,
          "maxRank": 11986.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 61788760,
            "mappedReadsCount": 50484869,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00001258",
              "name": "subperineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Subperineurial_glia",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.237972,
          "sdRefIntergenicDistribution": 1.706635,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 195,
          "maxRank": 9573.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 61788760,
            "mappedReadsCount": 50484869,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003629",
              "name": "DN1 neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "DN1",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 236.668371,
          "sdRefIntergenicDistribution": 2.018904,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 48,
          "maxRank": 8083.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 61788760,
            "mappedReadsCount": 50484869,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003718",
              "name": "lamina monopolar neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Lamina_monopolar",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 202.105063,
          "sdRefIntergenicDistribution": 1.507969,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 47,
          "maxRank": 8188.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 61788760,
            "mappedReadsCount": 50484869,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003741",
              "name": "lamina wide-field cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Lawf1",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 61788760,
            "mappedReadsCount": 50484869,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003744",
              "name": "centrifugal neuron C3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "C3",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 61788760,
            "mappedReadsCount": 50484869,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003767",
              "name": "distal medullary amacrine neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Dm8/Dm11",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 519.713678,
          "sdRefIntergenicDistribution": 2.297384,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 43,
          "maxRank": 8092.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 61788760,
            "mappedReadsCount": 50484869,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003776",
              "name": "medullary intrinsic neuron Mi1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Mi1",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 38.247191,
          "sdRefIntergenicDistribution": 2.698731,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 133,
          "maxRank": 9310.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 61788760,
            "mappedReadsCount": 50484869,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003788",
              "name": "transmedullary neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm1/TmY8",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 61788760,
            "mappedReadsCount": 50484869,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003797",
              "name": "transmedullary neuron Tm9 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm9",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 98.831434,
          "sdRefIntergenicDistribution": 1.541142,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 75,
          "maxRank": 8664.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 61788760,
            "mappedReadsCount": 50484869,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003832",
              "name": "proximal medullary amacrine neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 24.056552,
          "sdRefIntergenicDistribution": 1.765913,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 163,
          "maxRank": 9618.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 61788760,
            "mappedReadsCount": 50484869,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003837",
              "name": "medullary tangential neuron Mt1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 62.626663,
          "sdRefIntergenicDistribution": 1.681759,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 100,
          "maxRank": 8908.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 61788760,
            "mappedReadsCount": 50484869,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00004101",
              "name": "peptidergic neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "FMRFa",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 156.466012,
          "sdRefIntergenicDistribution": 1.430306,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 55,
          "maxRank": 8227.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 61788760,
            "mappedReadsCount": 50484869,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00005899",
              "name": "dorsal cluster neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "DCN",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 110.408256,
          "sdRefIntergenicDistribution": 1.630333,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 62,
          "maxRank": 8512.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 61788760,
            "mappedReadsCount": 50484869,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00006048",
              "name": "pacemaker neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Clock (neuron)",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 31.413933,
          "sdRefIntergenicDistribution": 1.806132,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 161,
          "maxRank": 9549.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 61788760,
            "mappedReadsCount": 50484869,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00007438",
              "name": "adult antennal lobe projection neuron adPN (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.491158,
          "sdRefIntergenicDistribution": 1.892166,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 331,
          "maxRank": 10226.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 61788760,
            "mappedReadsCount": 50484869,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047095",
              "name": "adult neuron"
            },
            "cellTypeAuthorAnnotation": "dorsal_Fan-shaped_Body",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 61788760,
            "mappedReadsCount": 50484869,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047527",
              "name": "adult myoinhibitory peptide neuron"
            },
            "cellTypeAuthorAnnotation": "Mip",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 28.832359,
          "sdRefIntergenicDistribution": 1.577845,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 148,
          "maxRank": 9534.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 61788760,
            "mappedReadsCount": 50484869,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047955",
              "name": "adult mushroom body output neuron"
            },
            "cellTypeAuthorAnnotation": "MBON",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.980235,
          "sdRefIntergenicDistribution": 1.666431,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 257,
          "maxRank": 10250.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 61788760,
            "mappedReadsCount": 50484869,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00048012",
              "name": "adult capability neuron"
            },
            "cellTypeAuthorAnnotation": "Capa (CAPA-expressing neurons)",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 68.564369,
          "sdRefIntergenicDistribution": 2.568195,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 89,
          "maxRank": 8691.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 61788760,
            "mappedReadsCount": 50484869,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049526",
              "name": "adult serotonergic neuron"
            },
            "cellTypeAuthorAnnotation": "Serotonergic",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 28.059942,
          "sdRefIntergenicDistribution": 1.740392,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 184,
          "maxRank": 9597.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 61788760,
            "mappedReadsCount": 50484869,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049825",
              "name": "adult Kenyon cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 47.198242,
          "sdRefIntergenicDistribution": 1.615225,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 110,
          "maxRank": 9120.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 61788760,
            "mappedReadsCount": 50484869,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049828",
              "name": "adult gamma Kenyon cell"
            },
            "cellTypeAuthorAnnotation": "G-KC (gamma lobe mushroom body Kenyon cell)",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 44.489120,
          "sdRefIntergenicDistribution": 1.800367,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 117,
          "maxRank": 9134.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 61788760,
            "mappedReadsCount": 50484869,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058144",
              "name": "adult plasmatocyte"
            },
            "cellTypeAuthorAnnotation": "Plasmatocytes",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 34.070168,
          "sdRefIntergenicDistribution": 1.569659,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 177,
          "maxRank": 9480.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 61788760,
            "mappedReadsCount": 50484869,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058202",
              "name": "adult peptidergic neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.304649,
          "sdRefIntergenicDistribution": 1.725199,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 319,
          "maxRank": 10146.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 61788760,
            "mappedReadsCount": 50484869,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058203",
              "name": "adult octopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Octopaminergic",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 159.997627,
          "sdRefIntergenicDistribution": 1.919801,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 63,
          "maxRank": 8321.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 61788760,
            "mappedReadsCount": 50484869,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058204",
              "name": "adult tyraminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Tyraminergic",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 105.978801,
          "sdRefIntergenicDistribution": 2.040145,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 75,
          "maxRank": 8671.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 61788760,
            "mappedReadsCount": 50484869,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058206",
              "name": "adult dopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Dopaminergic",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 216.548418,
          "sdRefIntergenicDistribution": 1.475479,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 44,
          "maxRank": 8092.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 61788760,
            "mappedReadsCount": 50484869,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058222",
              "name": "sugar-sensing neuron of the adult brain"
            },
            "cellTypeAuthorAnnotation": "Gr43a (fructose-sensing neuron expressing Gr43a)",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 41.743118,
          "sdRefIntergenicDistribution": 1.768530,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 135,
          "maxRank": 9011.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 61788760,
            "mappedReadsCount": 50484869,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00067350",
              "name": "antennal lobe projection neuron iPN (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 106.563116,
          "sdRefIntergenicDistribution": 1.592644,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 69,
          "maxRank": 8531.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 61788760,
            "mappedReadsCount": 50484869,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100214",
              "name": "dopaminergic PAM neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "PAM",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 130.567461,
          "sdRefIntergenicDistribution": 1.367641,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 62,
          "maxRank": 8377.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 61788760,
            "mappedReadsCount": 50484869,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100501",
              "name": "adult cell body glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Cortex_glia",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 61788760,
            "mappedReadsCount": 50484869,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100504",
              "name": "ensheathing neuropil associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Ensheathing_glia",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.354263,
          "sdRefIntergenicDistribution": 2.151736,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 442,
          "maxRank": 10612.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 61788760,
            "mappedReadsCount": 50484869,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100505",
              "name": "reticular neuropil associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Astrocyte-like",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 60.478971,
          "sdRefIntergenicDistribution": 1.640076,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 108,
          "maxRank": 8978.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 61788760,
            "mappedReadsCount": 50484869,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100506",
              "name": "adult brain perineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Perineurial_glia",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.138712,
          "sdRefIntergenicDistribution": 1.699790,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 245,
          "maxRank": 9705.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 61788760,
            "mappedReadsCount": 50484869,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110065",
              "name": "lamina wide-field cell Lawf2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Lawf2",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 105.861734,
          "sdRefIntergenicDistribution": 1.486105,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 64,
          "maxRank": 8579.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 61788760,
            "mappedReadsCount": 50484869,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110074",
              "name": "transmedullary neuron Tm5c (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm5c",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 94.119602,
          "sdRefIntergenicDistribution": 2.065576,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 91,
          "maxRank": 8663.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 61788760,
            "mappedReadsCount": 50484869,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110107",
              "name": "adult dorsomedial neurosecretory cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "IPC",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.779176,
          "sdRefIntergenicDistribution": 1.701778,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 174,
          "maxRank": 9582.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 61788760,
            "mappedReadsCount": 50484869,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110924",
              "name": "adult Hugin neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Hug",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 61788760,
            "mappedReadsCount": 50484869,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111282",
              "name": "proximal medullary amacrine neuron Pm4"
            },
            "cellTypeAuthorAnnotation": "Pm4",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 61788760,
            "mappedReadsCount": 50484869,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111286",
              "name": "transmedullary Y neuron TmY14"
            },
            "cellTypeAuthorAnnotation": "TmY14",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.732364,
          "sdRefIntergenicDistribution": 1.631361,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 252,
          "maxRank": 10082.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 61788760,
            "mappedReadsCount": 50484869,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003720",
              "name": "lamina monopolar neuron L2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "L2",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 107.587434,
          "sdRefIntergenicDistribution": 1.630011,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 78,
          "maxRank": 8422.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 61788760,
            "mappedReadsCount": 50484869,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003743",
              "name": "centrifugal neuron C2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "C2",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 61788760,
            "mappedReadsCount": 50484869,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003793",
              "name": "transmedullary neuron Tm5 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm5ab",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 131.350638,
          "sdRefIntergenicDistribution": 1.592753,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 61,
          "maxRank": 8352.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 61788760,
            "mappedReadsCount": 50484869,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003838",
              "name": "medullary tangential neuron Mt2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T2 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 154.126187,
          "sdRefIntergenicDistribution": 1.479197,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 53,
          "maxRank": 8248.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 61788760,
            "mappedReadsCount": 50484869,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100525",
              "name": "adult optic chiasma glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Chiasm_glia",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 61788760,
            "mappedReadsCount": 50484869,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111271",
              "name": "distal medullary amacrine neuron Dm9"
            },
            "cellTypeAuthorAnnotation": "Dm9",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 102.896251,
          "sdRefIntergenicDistribution": 1.916883,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 81,
          "maxRank": 8598.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 61788760,
            "mappedReadsCount": 50484869,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111316",
              "name": "adult CCAP neuron"
            },
            "cellTypeAuthorAnnotation": "CCAP (Crustacean cardioactive peptide (CCAP)-expressing neurons)",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 133.233419,
          "sdRefIntergenicDistribution": 1.420669,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 55,
          "maxRank": 8365.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143193161,
            "mappedReadsCount": 125787559,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0000210",
              "name": "photoreceptor cell"
            },
            "cellTypeAuthorAnnotation": "Photoreceptors",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 39.063436,
          "sdRefIntergenicDistribution": 1.411720,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 131,
          "maxRank": 9261.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143193161,
            "mappedReadsCount": 125787559,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0000381",
              "name": "neurosecretory neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 38.355553,
          "sdRefIntergenicDistribution": 1.401043,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 132,
          "maxRank": 9147.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143193161,
            "mappedReadsCount": 125787559,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.525002,
          "sdRefIntergenicDistribution": 2.986782,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 2080,
          "maxRank": 12092.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143193161,
            "mappedReadsCount": 125787559,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00001258",
              "name": "subperineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Subperineurial_glia",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.224715,
          "sdRefIntergenicDistribution": 1.637200,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 238,
          "maxRank": 9804.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143193161,
            "mappedReadsCount": 125787559,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003702",
              "name": "optic lobe neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T4/T5 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 19.953573,
          "sdRefIntergenicDistribution": 1.936218,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 213,
          "maxRank": 9736.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143193161,
            "mappedReadsCount": 125787559,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003718",
              "name": "lamina monopolar neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.600175,
          "sdRefIntergenicDistribution": 1.933199,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 262,
          "maxRank": 9981.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143193161,
            "mappedReadsCount": 125787559,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003719",
              "name": "lamina monopolar neuron L1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "L1",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 37.246890,
          "sdRefIntergenicDistribution": 1.536191,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 137,
          "maxRank": 9169.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143193161,
            "mappedReadsCount": 125787559,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003741",
              "name": "lamina wide-field cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Lawf1",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 22.738244,
          "sdRefIntergenicDistribution": 1.815304,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 188,
          "maxRank": 9547.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143193161,
            "mappedReadsCount": 125787559,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003744",
              "name": "centrifugal neuron C3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "C3",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 190.681540,
          "sdRefIntergenicDistribution": 1.277704,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 47,
          "maxRank": 7989.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143193161,
            "mappedReadsCount": 125787559,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003767",
              "name": "distal medullary amacrine neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Dm8/Dm11",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 44.594061,
          "sdRefIntergenicDistribution": 2.090886,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 123,
          "maxRank": 9152.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143193161,
            "mappedReadsCount": 125787559,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003776",
              "name": "medullary intrinsic neuron Mi1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Mi1",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.750356,
          "sdRefIntergenicDistribution": 2.514558,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 260,
          "maxRank": 9866.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143193161,
            "mappedReadsCount": 125787559,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003788",
              "name": "transmedullary neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm1/TmY8",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 26.033723,
          "sdRefIntergenicDistribution": 1.766149,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 151,
          "maxRank": 9552.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143193161,
            "mappedReadsCount": 125787559,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003797",
              "name": "transmedullary neuron Tm9 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm9",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.316466,
          "sdRefIntergenicDistribution": 1.950160,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 289,
          "maxRank": 10215.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143193161,
            "mappedReadsCount": 125787559,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003832",
              "name": "proximal medullary amacrine neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.745641,
          "sdRefIntergenicDistribution": 1.978368,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 438,
          "maxRank": 10468.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143193161,
            "mappedReadsCount": 125787559,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003837",
              "name": "medullary tangential neuron Mt1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.962862,
          "sdRefIntergenicDistribution": 1.970210,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 426,
          "maxRank": 10388.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143193161,
            "mappedReadsCount": 125787559,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00004101",
              "name": "peptidergic neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "FMRFa",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 138.749168,
          "sdRefIntergenicDistribution": 1.438518,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 67,
          "maxRank": 8299.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143193161,
            "mappedReadsCount": 125787559,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00005899",
              "name": "dorsal cluster neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "DCN",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 56.046472,
          "sdRefIntergenicDistribution": 1.557850,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 106,
          "maxRank": 8981.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143193161,
            "mappedReadsCount": 125787559,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00006048",
              "name": "pacemaker neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Clock (neuron)",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 33.695303,
          "sdRefIntergenicDistribution": 1.694916,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 144,
          "maxRank": 9350.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143193161,
            "mappedReadsCount": 125787559,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00007438",
              "name": "adult antennal lobe projection neuron adPN (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.149289,
          "sdRefIntergenicDistribution": 1.842280,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 320,
          "maxRank": 10190.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143193161,
            "mappedReadsCount": 125787559,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047095",
              "name": "adult neuron"
            },
            "cellTypeAuthorAnnotation": "dorsal_Fan-shaped_Body",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143193161,
            "mappedReadsCount": 125787559,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047527",
              "name": "adult myoinhibitory peptide neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.556465,
          "sdRefIntergenicDistribution": 1.736887,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 217,
          "maxRank": 9934.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143193161,
            "mappedReadsCount": 125787559,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047955",
              "name": "adult mushroom body output neuron"
            },
            "cellTypeAuthorAnnotation": "MBON",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 26.719752,
          "sdRefIntergenicDistribution": 1.905515,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 168,
          "maxRank": 9598.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143193161,
            "mappedReadsCount": 125787559,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00048012",
              "name": "adult capability neuron"
            },
            "cellTypeAuthorAnnotation": "Capa (CAPA-expressing neurons)",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 75.542719,
          "sdRefIntergenicDistribution": 1.692882,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 77,
          "maxRank": 8562.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143193161,
            "mappedReadsCount": 125787559,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049526",
              "name": "adult serotonergic neuron"
            },
            "cellTypeAuthorAnnotation": "Serotonergic",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 22.262028,
          "sdRefIntergenicDistribution": 1.901484,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 192,
          "maxRank": 9792.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143193161,
            "mappedReadsCount": 125787559,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049825",
              "name": "adult Kenyon cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.575600,
          "sdRefIntergenicDistribution": 2.036683,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 447,
          "maxRank": 10533.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143193161,
            "mappedReadsCount": 125787559,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049828",
              "name": "adult gamma Kenyon cell"
            },
            "cellTypeAuthorAnnotation": "G-KC (gamma lobe mushroom body Kenyon cell)",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.349471,
          "sdRefIntergenicDistribution": 1.954411,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 515,
          "maxRank": 10642.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143193161,
            "mappedReadsCount": 125787559,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00051299",
              "name": "adult olfactory projection neuron"
            },
            "cellTypeAuthorAnnotation": "Olfactory_projection_neurons",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 120.004630,
          "sdRefIntergenicDistribution": 1.232435,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 65,
          "maxRank": 8345.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143193161,
            "mappedReadsCount": 125787559,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058144",
              "name": "adult plasmatocyte"
            },
            "cellTypeAuthorAnnotation": "Plasmatocytes",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 24.617778,
          "sdRefIntergenicDistribution": 1.745633,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 215,
          "maxRank": 9312.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143193161,
            "mappedReadsCount": 125787559,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058202",
              "name": "adult peptidergic neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 73.396042,
          "sdRefIntergenicDistribution": 2.301576,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 118,
          "maxRank": 9018.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143193161,
            "mappedReadsCount": 125787559,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058203",
              "name": "adult octopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Octopaminergic",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 207.517187,
          "sdRefIntergenicDistribution": 1.732051,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 54,
          "maxRank": 8075.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143193161,
            "mappedReadsCount": 125787559,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058204",
              "name": "adult tyraminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Tyraminergic",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 65.027032,
          "sdRefIntergenicDistribution": 1.687523,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 88,
          "maxRank": 8842.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143193161,
            "mappedReadsCount": 125787559,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058206",
              "name": "adult dopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Dopaminergic",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 59.837824,
          "sdRefIntergenicDistribution": 1.428961,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 98,
          "maxRank": 8947.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143193161,
            "mappedReadsCount": 125787559,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00067350",
              "name": "antennal lobe projection neuron iPN (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 81.683705,
          "sdRefIntergenicDistribution": 1.344159,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 86,
          "maxRank": 8616.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143193161,
            "mappedReadsCount": 125787559,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100214",
              "name": "dopaminergic PAM neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "PAM",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 24.789751,
          "sdRefIntergenicDistribution": 1.480993,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 160,
          "maxRank": 9628.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143193161,
            "mappedReadsCount": 125787559,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100501",
              "name": "adult cell body glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Cortex_glia",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143193161,
            "mappedReadsCount": 125787559,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100504",
              "name": "ensheathing neuropil associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Ensheathing_glia",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 53.315243,
          "sdRefIntergenicDistribution": 1.704937,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 116,
          "maxRank": 8969.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143193161,
            "mappedReadsCount": 125787559,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100505",
              "name": "reticular neuropil associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Astrocyte-like",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 56.353691,
          "sdRefIntergenicDistribution": 1.787991,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 128,
          "maxRank": 8745.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143193161,
            "mappedReadsCount": 125787559,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100506",
              "name": "adult brain perineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Perineurial_glia",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.941334,
          "sdRefIntergenicDistribution": 1.894056,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 324,
          "maxRank": 10049.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143193161,
            "mappedReadsCount": 125787559,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110065",
              "name": "lamina wide-field cell Lawf2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Lawf2",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 26.319982,
          "sdRefIntergenicDistribution": 1.829896,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 162,
          "maxRank": 9525.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143193161,
            "mappedReadsCount": 125787559,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110066",
              "name": "proximal medullary amacrine neuron Pm3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Pm3",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143193161,
            "mappedReadsCount": 125787559,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110074",
              "name": "transmedullary neuron Tm5c (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm5c",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 37.502235,
          "sdRefIntergenicDistribution": 1.469555,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 136,
          "maxRank": 9015.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143193161,
            "mappedReadsCount": 125787559,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110107",
              "name": "adult dorsomedial neurosecretory cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "IPC",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.875325,
          "sdRefIntergenicDistribution": 1.717030,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 207,
          "maxRank": 9854.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143193161,
            "mappedReadsCount": 125787559,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111282",
              "name": "proximal medullary amacrine neuron Pm4"
            },
            "cellTypeAuthorAnnotation": "Pm4",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 100.036949,
          "sdRefIntergenicDistribution": 1.833897,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 69,
          "maxRank": 8571.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143193161,
            "mappedReadsCount": 125787559,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111286",
              "name": "transmedullary Y neuron TmY14"
            },
            "cellTypeAuthorAnnotation": "TmY14",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.349454,
          "sdRefIntergenicDistribution": 1.832398,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 338,
          "maxRank": 10321.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143193161,
            "mappedReadsCount": 125787559,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003720",
              "name": "lamina monopolar neuron L2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "L2",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 101.094145,
          "sdRefIntergenicDistribution": 1.674779,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 90,
          "maxRank": 8462.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143193161,
            "mappedReadsCount": 125787559,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003743",
              "name": "centrifugal neuron C2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "C2",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 72.129551,
          "sdRefIntergenicDistribution": 1.716864,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 85,
          "maxRank": 8695.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143193161,
            "mappedReadsCount": 125787559,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003793",
              "name": "transmedullary neuron Tm5 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm5ab",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.447229,
          "sdRefIntergenicDistribution": 2.041594,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 227,
          "maxRank": 9803.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143193161,
            "mappedReadsCount": 125787559,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003838",
              "name": "medullary tangential neuron Mt2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T2 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 22.867625,
          "sdRefIntergenicDistribution": 1.829655,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 161,
          "maxRank": 9613.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143193161,
            "mappedReadsCount": 125787559,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111271",
              "name": "distal medullary amacrine neuron Dm9"
            },
            "cellTypeAuthorAnnotation": "Dm9",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 47.391931,
          "sdRefIntergenicDistribution": 1.652713,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 123,
          "maxRank": 8998.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143193161,
            "mappedReadsCount": 125787559,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:2000029",
              "name": "central nervous system neuron"
            },
            "cellTypeAuthorAnnotation": "Poxn (-expressing neurons)",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.396822,
          "sdRefIntergenicDistribution": 1.717156,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 184,
          "maxRank": 9430.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143193161,
            "mappedReadsCount": 125787559,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003721",
              "name": "lamina monopolar neuron L3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "L3",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 73.926449,
          "sdRefIntergenicDistribution": 1.913749,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 94,
          "maxRank": 8824.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143193161,
            "mappedReadsCount": 125787559,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003839",
              "name": "medullary tangential neuron Mt3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T3 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007081",
              "name": "day 6 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "6 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.358086,
          "sdRefIntergenicDistribution": 1.860586,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 215,
          "maxRank": 9846.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102532256,
            "mappedReadsCount": 82557496,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426781"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0000210",
              "name": "photoreceptor cell"
            },
            "cellTypeAuthorAnnotation": "Photoreceptors",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102532256,
            "mappedReadsCount": 82557496,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426781"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0000381",
              "name": "neurosecretory neuron"
            },
            "cellTypeAuthorAnnotation": "AstA/Nplp1",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 235.738247,
          "sdRefIntergenicDistribution": 1.755278,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 47,
          "maxRank": 8099.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102532256,
            "mappedReadsCount": 82557496,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426781"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.728373,
          "sdRefIntergenicDistribution": 2.544681,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1043,
          "maxRank": 11617.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102532256,
            "mappedReadsCount": 82557496,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426781"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:2000029",
              "name": "central nervous system neuron"
            },
            "cellTypeAuthorAnnotation": "Poxn (-expressing neurons)",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 320.077249,
          "sdRefIntergenicDistribution": 1.979532,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 45,
          "maxRank": 8024.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102532256,
            "mappedReadsCount": 82557496,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426781"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00001258",
              "name": "subperineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Subperineurial_glia",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 84.349771,
          "sdRefIntergenicDistribution": 1.601126,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 80,
          "maxRank": 8776.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102532256,
            "mappedReadsCount": 82557496,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426781"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003702",
              "name": "optic lobe neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T4/T5 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 42.907400,
          "sdRefIntergenicDistribution": 2.121755,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 124,
          "maxRank": 9279.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102532256,
            "mappedReadsCount": 82557496,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426781"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003718",
              "name": "lamina monopolar neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 49.373848,
          "sdRefIntergenicDistribution": 1.865368,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 123,
          "maxRank": 9047.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102532256,
            "mappedReadsCount": 82557496,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426781"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003719",
              "name": "lamina monopolar neuron L1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "L1",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 43.403694,
          "sdRefIntergenicDistribution": 1.576708,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 128,
          "maxRank": 9063.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102532256,
            "mappedReadsCount": 82557496,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426781"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003720",
              "name": "lamina monopolar neuron L2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "L2",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 44.401837,
          "sdRefIntergenicDistribution": 1.825779,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 141,
          "maxRank": 8954.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102532256,
            "mappedReadsCount": 82557496,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426781"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003721",
              "name": "lamina monopolar neuron L3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "L3",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 133.090119,
          "sdRefIntergenicDistribution": 1.445653,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 58,
          "maxRank": 8264.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102532256,
            "mappedReadsCount": 82557496,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426781"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003741",
              "name": "lamina wide-field cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Lawf1",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 140.106825,
          "sdRefIntergenicDistribution": 1.472856,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 58,
          "maxRank": 8331.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102532256,
            "mappedReadsCount": 82557496,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426781"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003743",
              "name": "centrifugal neuron C2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "C2",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 151.389155,
          "sdRefIntergenicDistribution": 1.462072,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 43,
          "maxRank": 8151.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102532256,
            "mappedReadsCount": 82557496,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426781"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003744",
              "name": "centrifugal neuron C3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "C3",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 208.596231,
          "sdRefIntergenicDistribution": 1.414214,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 38,
          "maxRank": 8042.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102532256,
            "mappedReadsCount": 82557496,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426781"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003767",
              "name": "distal medullary amacrine neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Dm8/Dm11",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 67.456370,
          "sdRefIntergenicDistribution": 1.690400,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 86,
          "maxRank": 8918.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102532256,
            "mappedReadsCount": 82557496,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426781"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003776",
              "name": "medullary intrinsic neuron Mi1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Mi1",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 30.127809,
          "sdRefIntergenicDistribution": 2.365315,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 175,
          "maxRank": 9498.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102532256,
            "mappedReadsCount": 82557496,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426781"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003788",
              "name": "transmedullary neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm1/TmY8",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 46.808030,
          "sdRefIntergenicDistribution": 1.878227,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 131,
          "maxRank": 9168.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102532256,
            "mappedReadsCount": 82557496,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426781"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003793",
              "name": "transmedullary neuron Tm5 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm5ab",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 65.978380,
          "sdRefIntergenicDistribution": 1.678805,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 97,
          "maxRank": 8833.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102532256,
            "mappedReadsCount": 82557496,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426781"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003797",
              "name": "transmedullary neuron Tm9 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm9",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 41.375297,
          "sdRefIntergenicDistribution": 1.660308,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 106,
          "maxRank": 9241.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102532256,
            "mappedReadsCount": 82557496,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426781"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003832",
              "name": "proximal medullary amacrine neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.527339,
          "sdRefIntergenicDistribution": 1.727131,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 151,
          "maxRank": 9601.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102532256,
            "mappedReadsCount": 82557496,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426781"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003837",
              "name": "medullary tangential neuron Mt1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.659592,
          "sdRefIntergenicDistribution": 2.094167,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 332,
          "maxRank": 10254.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102532256,
            "mappedReadsCount": 82557496,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426781"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003838",
              "name": "medullary tangential neuron Mt2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T2 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 84.823396,
          "sdRefIntergenicDistribution": 1.389922,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 73,
          "maxRank": 8633.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102532256,
            "mappedReadsCount": 82557496,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426781"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003839",
              "name": "medullary tangential neuron Mt3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T3 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 140.827065,
          "sdRefIntergenicDistribution": 1.448770,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 49,
          "maxRank": 8302.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102532256,
            "mappedReadsCount": 82557496,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426781"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00004046",
              "name": "LNv neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "LNv",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 105.227225,
          "sdRefIntergenicDistribution": 1.738430,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 65,
          "maxRank": 8346.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102532256,
            "mappedReadsCount": 82557496,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426781"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00005899",
              "name": "dorsal cluster neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "DCN",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 137.438786,
          "sdRefIntergenicDistribution": 1.478833,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 56,
          "maxRank": 8365.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102532256,
            "mappedReadsCount": 82557496,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426781"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00006048",
              "name": "pacemaker neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Clock (neuron)",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 86.376756,
          "sdRefIntergenicDistribution": 2.216403,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 99,
          "maxRank": 8738.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102532256,
            "mappedReadsCount": 82557496,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426781"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00007438",
              "name": "adult antennal lobe projection neuron adPN (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 50.037270,
          "sdRefIntergenicDistribution": 1.627607,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 114,
          "maxRank": 9030.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102532256,
            "mappedReadsCount": 82557496,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426781"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047095",
              "name": "adult neuron"
            },
            "cellTypeAuthorAnnotation": "dorsal_Fan-shaped_Body",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102532256,
            "mappedReadsCount": 82557496,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426781"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047527",
              "name": "adult myoinhibitory peptide neuron"
            },
            "cellTypeAuthorAnnotation": "Mip",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 180.607273,
          "sdRefIntergenicDistribution": 1.232435,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 43,
          "maxRank": 8020.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102532256,
            "mappedReadsCount": 82557496,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426781"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047955",
              "name": "adult mushroom body output neuron"
            },
            "cellTypeAuthorAnnotation": "MBON",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 73.554522,
          "sdRefIntergenicDistribution": 1.346731,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 80,
          "maxRank": 8761.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102532256,
            "mappedReadsCount": 82557496,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426781"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00048298",
              "name": "CCHamide-1 neuron"
            },
            "cellTypeAuthorAnnotation": "CCHa1",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 163.954745,
          "sdRefIntergenicDistribution": 1.640360,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 59,
          "maxRank": 8290.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102532256,
            "mappedReadsCount": 82557496,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426781"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049526",
              "name": "adult serotonergic neuron"
            },
            "cellTypeAuthorAnnotation": "Serotonergic",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 269.412286,
          "sdRefIntergenicDistribution": 1.286039,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 31,
          "maxRank": 7940.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102532256,
            "mappedReadsCount": 82557496,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426781"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049825",
              "name": "adult Kenyon cell"
            },
            "cellTypeAuthorAnnotation": "A/B*-KC (a'/b' mushroom body Kenyon cell)",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 58.531408,
          "sdRefIntergenicDistribution": 1.436999,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 97,
          "maxRank": 8946.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102532256,
            "mappedReadsCount": 82557496,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426781"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049828",
              "name": "adult gamma Kenyon cell"
            },
            "cellTypeAuthorAnnotation": "G-KC (gamma lobe mushroom body Kenyon cell)",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 67.421103,
          "sdRefIntergenicDistribution": 1.531881,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 85,
          "maxRank": 8755.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102532256,
            "mappedReadsCount": 82557496,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426781"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00051299",
              "name": "adult olfactory projection neuron"
            },
            "cellTypeAuthorAnnotation": "Olfactory_projection_neurons",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102532256,
            "mappedReadsCount": 82557496,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426781"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058144",
              "name": "adult plasmatocyte"
            },
            "cellTypeAuthorAnnotation": "Plasmatocytes",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 22.027474,
          "sdRefIntergenicDistribution": 1.815825,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 239,
          "maxRank": 9661.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102532256,
            "mappedReadsCount": 82557496,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426781"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058202",
              "name": "adult peptidergic neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.253013,
          "sdRefIntergenicDistribution": 1.684888,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 181,
          "maxRank": 9611.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102532256,
            "mappedReadsCount": 82557496,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426781"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058203",
              "name": "adult octopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Octopaminergic",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 241.237265,
          "sdRefIntergenicDistribution": 1.398746,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 39,
          "maxRank": 7788.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102532256,
            "mappedReadsCount": 82557496,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426781"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058204",
              "name": "adult tyraminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Tyraminergic",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 301.337982,
          "sdRefIntergenicDistribution": 1.236187,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 38,
          "maxRank": 7847.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102532256,
            "mappedReadsCount": 82557496,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426781"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058206",
              "name": "adult dopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Dopaminergic",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 209.772357,
          "sdRefIntergenicDistribution": 1.092605,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 33,
          "maxRank": 8028.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102532256,
            "mappedReadsCount": 82557496,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426781"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100214",
              "name": "dopaminergic PAM neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "PAM",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102532256,
            "mappedReadsCount": 82557496,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426781"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100501",
              "name": "adult cell body glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Cortex_glia",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102532256,
            "mappedReadsCount": 82557496,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426781"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100504",
              "name": "ensheathing neuropil associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Ensheathing_glia",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.521467,
          "sdRefIntergenicDistribution": 1.975216,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 311,
          "maxRank": 10038.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102532256,
            "mappedReadsCount": 82557496,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426781"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100505",
              "name": "reticular neuropil associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Astrocyte-like",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 24.454454,
          "sdRefIntergenicDistribution": 2.095837,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 200,
          "maxRank": 9534.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102532256,
            "mappedReadsCount": 82557496,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426781"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100506",
              "name": "adult brain perineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Perineurial_glia",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 96.699887,
          "sdRefIntergenicDistribution": 1.411516,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 82,
          "maxRank": 8372.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102532256,
            "mappedReadsCount": 82557496,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426781"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110065",
              "name": "lamina wide-field cell Lawf2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Lawf2",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 37.696147,
          "sdRefIntergenicDistribution": 1.441709,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 128,
          "maxRank": 9222.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102532256,
            "mappedReadsCount": 82557496,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426781"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110074",
              "name": "transmedullary neuron Tm5c (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm5c",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 61.828370,
          "sdRefIntergenicDistribution": 1.729960,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 98,
          "maxRank": 8731.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102532256,
            "mappedReadsCount": 82557496,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426781"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110107",
              "name": "adult dorsomedial neurosecretory cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "IPC",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 76.079179,
          "sdRefIntergenicDistribution": 1.656744,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 86,
          "maxRank": 8729.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102532256,
            "mappedReadsCount": 82557496,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426781"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111271",
              "name": "distal medullary amacrine neuron Dm9"
            },
            "cellTypeAuthorAnnotation": "Dm9",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 98.709820,
          "sdRefIntergenicDistribution": 1.563588,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 74,
          "maxRank": 8571.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102532256,
            "mappedReadsCount": 82557496,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426781"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111282",
              "name": "proximal medullary amacrine neuron Pm4"
            },
            "cellTypeAuthorAnnotation": "Pm4",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 45.321468,
          "sdRefIntergenicDistribution": 1.865786,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 114,
          "maxRank": 9202.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102532256,
            "mappedReadsCount": 82557496,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426781"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111286",
              "name": "transmedullary Y neuron TmY14"
            },
            "cellTypeAuthorAnnotation": "TmY14",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.669755,
          "sdRefIntergenicDistribution": 1.727597,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 208,
          "maxRank": 9913.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 86084665,
            "mappedReadsCount": 75816282,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0000210",
              "name": "photoreceptor cell"
            },
            "cellTypeAuthorAnnotation": "Photoreceptors",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 35.530833,
          "sdRefIntergenicDistribution": 1.667759,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 141,
          "maxRank": 9136.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 86084665,
            "mappedReadsCount": 75816282,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0000381",
              "name": "neurosecretory neuron"
            },
            "cellTypeAuthorAnnotation": "AstA/Nplp1",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 111.785914,
          "sdRefIntergenicDistribution": 1.875909,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 64,
          "maxRank": 8522.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 86084665,
            "mappedReadsCount": 75816282,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "Unannotated",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.624931,
          "sdRefIntergenicDistribution": 2.826421,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1796,
          "maxRank": 12030.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 86084665,
            "mappedReadsCount": 75816282,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:2000029",
              "name": "central nervous system neuron"
            },
            "cellTypeAuthorAnnotation": "Poxn (-expressing neurons)",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 50.494482,
          "sdRefIntergenicDistribution": 1.815462,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 128,
          "maxRank": 8973.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 86084665,
            "mappedReadsCount": 75816282,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00001258",
              "name": "subperineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Subperineurial_glia",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 83.113298,
          "sdRefIntergenicDistribution": 1.727696,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 94,
          "maxRank": 8741.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 86084665,
            "mappedReadsCount": 75816282,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003702",
              "name": "optic lobe neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T4/T5 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 28.060940,
          "sdRefIntergenicDistribution": 1.977305,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 178,
          "maxRank": 9491.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 86084665,
            "mappedReadsCount": 75816282,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003718",
              "name": "lamina monopolar neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 23.552230,
          "sdRefIntergenicDistribution": 1.856163,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 196,
          "maxRank": 9598.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 86084665,
            "mappedReadsCount": 75816282,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003719",
              "name": "lamina monopolar neuron L1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "L1",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 239.585797,
          "sdRefIntergenicDistribution": 1.622794,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 46,
          "maxRank": 7949.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 86084665,
            "mappedReadsCount": 75816282,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003720",
              "name": "lamina monopolar neuron L2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "L2",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 70.768664,
          "sdRefIntergenicDistribution": 1.287272,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 94,
          "maxRank": 8617.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 86084665,
            "mappedReadsCount": 75816282,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003721",
              "name": "lamina monopolar neuron L3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "L3",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 163.967215,
          "sdRefIntergenicDistribution": 1.484313,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 54,
          "maxRank": 8259.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 86084665,
            "mappedReadsCount": 75816282,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003741",
              "name": "lamina wide-field cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Lawf1",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 78.753763,
          "sdRefIntergenicDistribution": 1.482882,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 79,
          "maxRank": 8658.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 86084665,
            "mappedReadsCount": 75816282,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003743",
              "name": "centrifugal neuron C2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "C2",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 516.365081,
          "sdRefIntergenicDistribution": 1.716801,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 36,
          "maxRank": 7696.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 86084665,
            "mappedReadsCount": 75816282,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003744",
              "name": "centrifugal neuron C3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "C3",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 97.947367,
          "sdRefIntergenicDistribution": 1.476447,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 64,
          "maxRank": 8520.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 86084665,
            "mappedReadsCount": 75816282,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003767",
              "name": "distal medullary amacrine neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Dm8/Dm11",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 63.828843,
          "sdRefIntergenicDistribution": 1.516013,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 77,
          "maxRank": 8876.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 86084665,
            "mappedReadsCount": 75816282,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003776",
              "name": "medullary intrinsic neuron Mi1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Mi1",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.584902,
          "sdRefIntergenicDistribution": 2.320775,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 231,
          "maxRank": 9830.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 86084665,
            "mappedReadsCount": 75816282,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003788",
              "name": "transmedullary neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm1/TmY8",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 100.711324,
          "sdRefIntergenicDistribution": 2.037784,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 78,
          "maxRank": 8661.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 86084665,
            "mappedReadsCount": 75816282,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003793",
              "name": "transmedullary neuron Tm5 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm5ab",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 39.342268,
          "sdRefIntergenicDistribution": 1.617121,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 130,
          "maxRank": 9256.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 86084665,
            "mappedReadsCount": 75816282,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003797",
              "name": "transmedullary neuron Tm9 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm9",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 33.393688,
          "sdRefIntergenicDistribution": 2.256812,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 152,
          "maxRank": 9555.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 86084665,
            "mappedReadsCount": 75816282,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003832",
              "name": "proximal medullary amacrine neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.018674,
          "sdRefIntergenicDistribution": 1.869489,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 289,
          "maxRank": 10145.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 86084665,
            "mappedReadsCount": 75816282,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003837",
              "name": "medullary tangential neuron Mt1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.718149,
          "sdRefIntergenicDistribution": 2.192878,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 409,
          "maxRank": 10435.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 86084665,
            "mappedReadsCount": 75816282,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003838",
              "name": "medullary tangential neuron Mt2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T2 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 29.013205,
          "sdRefIntergenicDistribution": 1.813354,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 149,
          "maxRank": 9490.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 86084665,
            "mappedReadsCount": 75816282,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003839",
              "name": "medullary tangential neuron Mt3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T3 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 26.042152,
          "sdRefIntergenicDistribution": 1.604524,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 171,
          "maxRank": 9528.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 86084665,
            "mappedReadsCount": 75816282,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00005899",
              "name": "dorsal cluster neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "DCN",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 83.917711,
          "sdRefIntergenicDistribution": 1.498535,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 89,
          "maxRank": 8721.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 86084665,
            "mappedReadsCount": 75816282,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00006048",
              "name": "pacemaker neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Clock (neuron)",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 28.027005,
          "sdRefIntergenicDistribution": 1.785189,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 184,
          "maxRank": 9486.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 86084665,
            "mappedReadsCount": 75816282,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00007438",
              "name": "adult antennal lobe projection neuron adPN (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.088404,
          "sdRefIntergenicDistribution": 1.887064,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 439,
          "maxRank": 10496.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 86084665,
            "mappedReadsCount": 75816282,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047095",
              "name": "adult neuron"
            },
            "cellTypeAuthorAnnotation": "dorsal_Fan-shaped_Body",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 86084665,
            "mappedReadsCount": 75816282,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047527",
              "name": "adult myoinhibitory peptide neuron"
            },
            "cellTypeAuthorAnnotation": "Mip",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 26.616191,
          "sdRefIntergenicDistribution": 1.782384,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 162,
          "maxRank": 9650.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 86084665,
            "mappedReadsCount": 75816282,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047955",
              "name": "adult mushroom body output neuron"
            },
            "cellTypeAuthorAnnotation": "MBON",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.912469,
          "sdRefIntergenicDistribution": 2.297660,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 188,
          "maxRank": 9637.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 86084665,
            "mappedReadsCount": 75816282,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049526",
              "name": "adult serotonergic neuron"
            },
            "cellTypeAuthorAnnotation": "Serotonergic",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 38.497692,
          "sdRefIntergenicDistribution": 1.973402,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 140,
          "maxRank": 9324.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 86084665,
            "mappedReadsCount": 75816282,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049825",
              "name": "adult Kenyon cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.244087,
          "sdRefIntergenicDistribution": 2.033172,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 390,
          "maxRank": 10368.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 86084665,
            "mappedReadsCount": 75816282,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049828",
              "name": "adult gamma Kenyon cell"
            },
            "cellTypeAuthorAnnotation": "G-KC (gamma lobe mushroom body Kenyon cell)",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.460470,
          "sdRefIntergenicDistribution": 1.841886,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 345,
          "maxRank": 10291.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 86084665,
            "mappedReadsCount": 75816282,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00051299",
              "name": "adult olfactory projection neuron"
            },
            "cellTypeAuthorAnnotation": "Olfactory_projection_neurons",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 191.044493,
          "sdRefIntergenicDistribution": 1.616229,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 43,
          "maxRank": 8185.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 86084665,
            "mappedReadsCount": 75816282,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058144",
              "name": "adult plasmatocyte"
            },
            "cellTypeAuthorAnnotation": "Plasmatocytes",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.067327,
          "sdRefIntergenicDistribution": 1.869763,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 270,
          "maxRank": 9832.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 86084665,
            "mappedReadsCount": 75816282,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058202",
              "name": "adult peptidergic neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.988837,
          "sdRefIntergenicDistribution": 1.881094,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 345,
          "maxRank": 10151.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 86084665,
            "mappedReadsCount": 75816282,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058203",
              "name": "adult octopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Octopaminergic",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 49.393718,
          "sdRefIntergenicDistribution": 1.624159,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 110,
          "maxRank": 9013.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 86084665,
            "mappedReadsCount": 75816282,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058204",
              "name": "adult tyraminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Tyraminergic",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 157.640962,
          "sdRefIntergenicDistribution": 1.021165,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 41,
          "maxRank": 8189.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 86084665,
            "mappedReadsCount": 75816282,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058206",
              "name": "adult dopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Dopaminergic",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 162.002198,
          "sdRefIntergenicDistribution": 1.858872,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 55,
          "maxRank": 8293.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 86084665,
            "mappedReadsCount": 75816282,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100214",
              "name": "dopaminergic PAM neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "PAM",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 42.077880,
          "sdRefIntergenicDistribution": 1.774027,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 123,
          "maxRank": 9308.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 86084665,
            "mappedReadsCount": 75816282,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100501",
              "name": "adult cell body glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Cortex_glia",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 86084665,
            "mappedReadsCount": 75816282,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100504",
              "name": "ensheathing neuropil associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Ensheathing_glia",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 139.381489,
          "sdRefIntergenicDistribution": 1.503572,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 64,
          "maxRank": 8119.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 86084665,
            "mappedReadsCount": 75816282,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100505",
              "name": "reticular neuropil associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Astrocyte-like",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 75.263232,
          "sdRefIntergenicDistribution": 1.580636,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 92,
          "maxRank": 8573.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 86084665,
            "mappedReadsCount": 75816282,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100506",
              "name": "adult brain perineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Perineurial_glia",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 39.666436,
          "sdRefIntergenicDistribution": 2.004341,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 157,
          "maxRank": 9250.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 86084665,
            "mappedReadsCount": 75816282,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110065",
              "name": "lamina wide-field cell Lawf2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Lawf2",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 58.428630,
          "sdRefIntergenicDistribution": 1.701460,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 99,
          "maxRank": 8928.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 86084665,
            "mappedReadsCount": 75816282,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110074",
              "name": "transmedullary neuron Tm5c (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm5c",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.733811,
          "sdRefIntergenicDistribution": 1.750487,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 198,
          "maxRank": 9469.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 86084665,
            "mappedReadsCount": 75816282,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110107",
              "name": "adult dorsomedial neurosecretory cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "IPC",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.076480,
          "sdRefIntergenicDistribution": 1.850750,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 253,
          "maxRank": 9978.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 86084665,
            "mappedReadsCount": 75816282,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111271",
              "name": "distal medullary amacrine neuron Dm9"
            },
            "cellTypeAuthorAnnotation": "Dm9",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 66.898468,
          "sdRefIntergenicDistribution": 1.611320,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 88,
          "maxRank": 8738.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 86084665,
            "mappedReadsCount": 75816282,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111282",
              "name": "proximal medullary amacrine neuron Pm4"
            },
            "cellTypeAuthorAnnotation": "Pm4",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 148.243673,
          "sdRefIntergenicDistribution": 2.668882,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 55,
          "maxRank": 8418.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 86084665,
            "mappedReadsCount": 75816282,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111286",
              "name": "transmedullary Y neuron TmY14"
            },
            "cellTypeAuthorAnnotation": "TmY14",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.919999,
          "sdRefIntergenicDistribution": 1.790075,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 212,
          "maxRank": 9919.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 86084665,
            "mappedReadsCount": 75816282,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003629",
              "name": "DN1 neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "DN1",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 100.395804,
          "sdRefIntergenicDistribution": 1.680303,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 81,
          "maxRank": 8330.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 86084665,
            "mappedReadsCount": 75816282,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00004101",
              "name": "peptidergic neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "FMRFa",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 61.546954,
          "sdRefIntergenicDistribution": 1.300337,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 100,
          "maxRank": 8731.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 86084665,
            "mappedReadsCount": 75816282,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00048012",
              "name": "adult capability neuron"
            },
            "cellTypeAuthorAnnotation": "Capa (CAPA-expressing neurons)",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 112.600588,
          "sdRefIntergenicDistribution": 1.672852,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 74,
          "maxRank": 8554.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 86084665,
            "mappedReadsCount": 75816282,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00051053",
              "name": "adult corazonin neuron"
            },
            "cellTypeAuthorAnnotation": "Crz ( fructose-sensing neuron expressing the crz gene)",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 86084665,
            "mappedReadsCount": 75816282,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058222",
              "name": "sugar-sensing neuron of the adult brain"
            },
            "cellTypeAuthorAnnotation": "Gr43a (fructose-sensing neuron expressing Gr43a)",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 39.255160,
          "sdRefIntergenicDistribution": 1.413459,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 101,
          "maxRank": 8538.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 86084665,
            "mappedReadsCount": 75816282,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00067350",
              "name": "antennal lobe projection neuron iPN (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 86.828994,
          "sdRefIntergenicDistribution": 1.638019,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 91,
          "maxRank": 8668.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 86084665,
            "mappedReadsCount": 75816282,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110924",
              "name": "adult Hugin neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Hug",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 110.188345,
          "sdRefIntergenicDistribution": 1.402451,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 60,
          "maxRank": 8313.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 93059943,
            "mappedReadsCount": 81773502,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0000210",
              "name": "photoreceptor cell"
            },
            "cellTypeAuthorAnnotation": "Photoreceptors",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 73.499651,
          "sdRefIntergenicDistribution": 1.773789,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 89,
          "maxRank": 8708.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 93059943,
            "mappedReadsCount": 81773502,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0000381",
              "name": "neurosecretory neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 75.472772,
          "sdRefIntergenicDistribution": 1.569476,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 80,
          "maxRank": 8672.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 93059943,
            "mappedReadsCount": 81773502,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.617433,
          "sdRefIntergenicDistribution": 2.829151,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1792,
          "maxRank": 12037.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 93059943,
            "mappedReadsCount": 81773502,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:2000029",
              "name": "central nervous system neuron"
            },
            "cellTypeAuthorAnnotation": "Poxn (-expressing neurons)",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 47.906208,
          "sdRefIntergenicDistribution": 1.671365,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 116,
          "maxRank": 8986.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 93059943,
            "mappedReadsCount": 81773502,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00001258",
              "name": "subperineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Subperineurial_glia",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 77.287074,
          "sdRefIntergenicDistribution": 1.593198,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 96,
          "maxRank": 8804.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 93059943,
            "mappedReadsCount": 81773502,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003702",
              "name": "optic lobe neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T4/T5 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.361092,
          "sdRefIntergenicDistribution": 1.921881,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 219,
          "maxRank": 9842.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 93059943,
            "mappedReadsCount": 81773502,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003718",
              "name": "lamina monopolar neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.620770,
          "sdRefIntergenicDistribution": 2.006133,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 207,
          "maxRank": 9693.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 93059943,
            "mappedReadsCount": 81773502,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003719",
              "name": "lamina monopolar neuron L1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "L1",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 149.977170,
          "sdRefIntergenicDistribution": 1.438118,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 57,
          "maxRank": 8161.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 93059943,
            "mappedReadsCount": 81773502,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003720",
              "name": "lamina monopolar neuron L2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "L2",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 70.885999,
          "sdRefIntergenicDistribution": 1.507707,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 102,
          "maxRank": 8598.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 93059943,
            "mappedReadsCount": 81773502,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003721",
              "name": "lamina monopolar neuron L3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "L3",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 74.841983,
          "sdRefIntergenicDistribution": 1.823052,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 86,
          "maxRank": 8790.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 93059943,
            "mappedReadsCount": 81773502,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003741",
              "name": "lamina wide-field cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Lawf1",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 36.233833,
          "sdRefIntergenicDistribution": 1.841949,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 151,
          "maxRank": 9199.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 93059943,
            "mappedReadsCount": 81773502,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003743",
              "name": "centrifugal neuron C2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "C2",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 93059943,
            "mappedReadsCount": 81773502,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003744",
              "name": "centrifugal neuron C3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "C3",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 124.716736,
          "sdRefIntergenicDistribution": 1.396503,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 59,
          "maxRank": 8297.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 93059943,
            "mappedReadsCount": 81773502,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003767",
              "name": "distal medullary amacrine neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Dm8/Dm11",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 82.075554,
          "sdRefIntergenicDistribution": 1.546347,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 71,
          "maxRank": 8612.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 93059943,
            "mappedReadsCount": 81773502,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003776",
              "name": "medullary intrinsic neuron Mi1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Mi1",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.544553,
          "sdRefIntergenicDistribution": 2.675409,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 244,
          "maxRank": 9904.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 93059943,
            "mappedReadsCount": 81773502,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003788",
              "name": "transmedullary neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm1/TmY8",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 34.565600,
          "sdRefIntergenicDistribution": 2.115372,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 140,
          "maxRank": 9434.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 93059943,
            "mappedReadsCount": 81773502,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003793",
              "name": "transmedullary neuron Tm5 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm5ab",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 34.808891,
          "sdRefIntergenicDistribution": 1.901259,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 151,
          "maxRank": 9311.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 93059943,
            "mappedReadsCount": 81773502,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003797",
              "name": "transmedullary neuron Tm9 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm9",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.493723,
          "sdRefIntergenicDistribution": 1.953313,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 225,
          "maxRank": 9977.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 93059943,
            "mappedReadsCount": 81773502,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003832",
              "name": "proximal medullary amacrine neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.886194,
          "sdRefIntergenicDistribution": 2.037950,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 409,
          "maxRank": 10464.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 93059943,
            "mappedReadsCount": 81773502,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003837",
              "name": "medullary tangential neuron Mt1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.190179,
          "sdRefIntergenicDistribution": 2.102355,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 374,
          "maxRank": 10356.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 93059943,
            "mappedReadsCount": 81773502,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003838",
              "name": "medullary tangential neuron Mt2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T2 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 41.094749,
          "sdRefIntergenicDistribution": 1.795825,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 121,
          "maxRank": 9305.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 93059943,
            "mappedReadsCount": 81773502,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003839",
              "name": "medullary tangential neuron Mt3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T3 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 24.611924,
          "sdRefIntergenicDistribution": 1.677353,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 167,
          "maxRank": 9622.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 93059943,
            "mappedReadsCount": 81773502,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00005899",
              "name": "dorsal cluster neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "DCN",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 167.862688,
          "sdRefIntergenicDistribution": 1.759826,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 46,
          "maxRank": 8233.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 93059943,
            "mappedReadsCount": 81773502,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00006048",
              "name": "pacemaker neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Clock (neuron)",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 33.818346,
          "sdRefIntergenicDistribution": 1.730111,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 134,
          "maxRank": 9360.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 93059943,
            "mappedReadsCount": 81773502,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00007438",
              "name": "adult antennal lobe projection neuron adPN (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.923830,
          "sdRefIntergenicDistribution": 1.997003,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 384,
          "maxRank": 10398.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 93059943,
            "mappedReadsCount": 81773502,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047095",
              "name": "adult neuron"
            },
            "cellTypeAuthorAnnotation": "dorsal_Fan-shaped_Body",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 93059943,
            "mappedReadsCount": 81773502,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047527",
              "name": "adult myoinhibitory peptide neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.865779,
          "sdRefIntergenicDistribution": 1.761593,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 355,
          "maxRank": 10429.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 93059943,
            "mappedReadsCount": 81773502,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047955",
              "name": "adult mushroom body output neuron"
            },
            "cellTypeAuthorAnnotation": "MBON",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.449598,
          "sdRefIntergenicDistribution": 1.837439,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 231,
          "maxRank": 9939.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 93059943,
            "mappedReadsCount": 81773502,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049526",
              "name": "adult serotonergic neuron"
            },
            "cellTypeAuthorAnnotation": "Serotonergic",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 23.698248,
          "sdRefIntergenicDistribution": 1.569510,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 170,
          "maxRank": 9555.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 93059943,
            "mappedReadsCount": 81773502,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049825",
              "name": "adult Kenyon cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.728649,
          "sdRefIntergenicDistribution": 1.860091,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 353,
          "maxRank": 10345.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 93059943,
            "mappedReadsCount": 81773502,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049828",
              "name": "adult gamma Kenyon cell"
            },
            "cellTypeAuthorAnnotation": "G-KC (gamma lobe mushroom body Kenyon cell)",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.078997,
          "sdRefIntergenicDistribution": 2.010368,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 366,
          "maxRank": 10237.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 93059943,
            "mappedReadsCount": 81773502,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00051299",
              "name": "adult olfactory projection neuron"
            },
            "cellTypeAuthorAnnotation": "Olfactory_projection_neurons",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 80.528664,
          "sdRefIntergenicDistribution": 1.235742,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 75,
          "maxRank": 8671.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 93059943,
            "mappedReadsCount": 81773502,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058144",
              "name": "adult plasmatocyte"
            },
            "cellTypeAuthorAnnotation": "Plasmatocytes",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 39.327737,
          "sdRefIntergenicDistribution": 1.901932,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 161,
          "maxRank": 9320.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 93059943,
            "mappedReadsCount": 81773502,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058202",
              "name": "adult peptidergic neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 26.598612,
          "sdRefIntergenicDistribution": 1.868853,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 178,
          "maxRank": 9457.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 93059943,
            "mappedReadsCount": 81773502,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058204",
              "name": "adult tyraminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Tyraminergic",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 82.850492,
          "sdRefIntergenicDistribution": 1.515975,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 86,
          "maxRank": 8582.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 93059943,
            "mappedReadsCount": 81773502,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058206",
              "name": "adult dopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Dopaminergic",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 587.783941,
          "sdRefIntergenicDistribution": 1.911552,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 24,
          "maxRank": 7718.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 93059943,
            "mappedReadsCount": 81773502,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100214",
              "name": "dopaminergic PAM neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "PAM",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 55.433031,
          "sdRefIntergenicDistribution": 1.640178,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 97,
          "maxRank": 9003.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 93059943,
            "mappedReadsCount": 81773502,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100501",
              "name": "adult cell body glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Cortex_glia",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 93059943,
            "mappedReadsCount": 81773502,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100504",
              "name": "ensheathing neuropil associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Ensheathing_glia",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 32.715909,
          "sdRefIntergenicDistribution": 1.533890,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 129,
          "maxRank": 9335.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 93059943,
            "mappedReadsCount": 81773502,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100505",
              "name": "reticular neuropil associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Astrocyte-like",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 66.163896,
          "sdRefIntergenicDistribution": 2.207805,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 129,
          "maxRank": 8839.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 93059943,
            "mappedReadsCount": 81773502,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100506",
              "name": "adult brain perineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Perineurial_glia",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 46.451337,
          "sdRefIntergenicDistribution": 1.998108,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 144,
          "maxRank": 8984.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 93059943,
            "mappedReadsCount": 81773502,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110065",
              "name": "lamina wide-field cell Lawf2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Lawf2",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 77.856546,
          "sdRefIntergenicDistribution": 2.063639,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 83,
          "maxRank": 8760.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 93059943,
            "mappedReadsCount": 81773502,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110074",
              "name": "transmedullary neuron Tm5c (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm5c",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.899040,
          "sdRefIntergenicDistribution": 2.095926,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 236,
          "maxRank": 9655.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 93059943,
            "mappedReadsCount": 81773502,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110107",
              "name": "adult dorsomedial neurosecretory cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "IPC",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 22.788539,
          "sdRefIntergenicDistribution": 1.745091,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 169,
          "maxRank": 9625.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 93059943,
            "mappedReadsCount": 81773502,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111271",
              "name": "distal medullary amacrine neuron Dm9"
            },
            "cellTypeAuthorAnnotation": "Dm9",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 35.777288,
          "sdRefIntergenicDistribution": 2.090197,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 141,
          "maxRank": 9230.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 93059943,
            "mappedReadsCount": 81773502,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111282",
              "name": "proximal medullary amacrine neuron Pm4"
            },
            "cellTypeAuthorAnnotation": "Pm4",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 74.856134,
          "sdRefIntergenicDistribution": 1.780508,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 69,
          "maxRank": 8743.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 93059943,
            "mappedReadsCount": 81773502,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111286",
              "name": "transmedullary Y neuron TmY14"
            },
            "cellTypeAuthorAnnotation": "TmY14",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.940194,
          "sdRefIntergenicDistribution": 1.895062,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 265,
          "maxRank": 10036.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 93059943,
            "mappedReadsCount": 81773502,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003629",
              "name": "DN1 neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "DN1",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 176.071345,
          "sdRefIntergenicDistribution": 2.710427,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 70,
          "maxRank": 8260.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 93059943,
            "mappedReadsCount": 81773502,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00004101",
              "name": "peptidergic neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "FMRFa",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 265.633668,
          "sdRefIntergenicDistribution": 1.484423,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 37,
          "maxRank": 7926.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 93059943,
            "mappedReadsCount": 81773502,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00048012",
              "name": "adult capability neuron"
            },
            "cellTypeAuthorAnnotation": "Capa (CAPA-expressing neurons)",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 54.959046,
          "sdRefIntergenicDistribution": 1.675162,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 101,
          "maxRank": 8744.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 93059943,
            "mappedReadsCount": 81773502,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00051053",
              "name": "adult corazonin neuron"
            },
            "cellTypeAuthorAnnotation": "Crz ( fructose-sensing neuron expressing the crz gene)",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 139.171661,
          "sdRefIntergenicDistribution": 1.761124,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 57,
          "maxRank": 8290.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 93059943,
            "mappedReadsCount": 81773502,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058222",
              "name": "sugar-sensing neuron of the adult brain"
            },
            "cellTypeAuthorAnnotation": "Gr43a (fructose-sensing neuron expressing Gr43a)",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 33.810122,
          "sdRefIntergenicDistribution": 1.780316,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 145,
          "maxRank": 9106.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 93059943,
            "mappedReadsCount": 81773502,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00067350",
              "name": "antennal lobe projection neuron iPN (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lPN/CG31676",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 29.917304,
          "sdRefIntergenicDistribution": 1.631796,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 175,
          "maxRank": 9458.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 93059943,
            "mappedReadsCount": 81773502,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00048313",
              "name": "ITP neuron"
            },
            "cellTypeAuthorAnnotation": "ITP",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 250.894053,
          "sdRefIntergenicDistribution": 1.761478,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 43,
          "maxRank": 8025.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 93059943,
            "mappedReadsCount": 81773502,
            "minReadLength": 120,
            "maxReadLength": 120
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100525",
              "name": "adult optic chiasma glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Chiasm_glia",
            "devStage": {
              "id": "FBdv:00007084",
              "name": "day 9 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "9 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 570.936949,
          "sdRefIntergenicDistribution": 1.327074,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 24,
          "maxRank": 7518.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 53894051,
            "mappedReadsCount": 28411659,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0000210",
              "name": "photoreceptor cell"
            },
            "cellTypeAuthorAnnotation": "Photoreceptors",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 53894051,
            "mappedReadsCount": 28411659,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0000381",
              "name": "neurosecretory neuron"
            },
            "cellTypeAuthorAnnotation": "AstA/Nplp1",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 793.333632,
          "sdRefIntergenicDistribution": 1.414214,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 17,
          "maxRank": 7503.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 53894051,
            "mappedReadsCount": 28411659,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "Unannotated",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.400490,
          "sdRefIntergenicDistribution": 2.015554,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 920,
          "maxRank": 11336.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 53894051,
            "mappedReadsCount": 28411659,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:2000029",
              "name": "central nervous system neuron"
            },
            "cellTypeAuthorAnnotation": "Poxn (-expressing neurons)",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 145.715089,
          "sdRefIntergenicDistribution": 3.665594,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 63,
          "maxRank": 8397.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 53894051,
            "mappedReadsCount": 28411659,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00001258",
              "name": "subperineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Subperineurial_glia",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 53894051,
            "mappedReadsCount": 28411659,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003702",
              "name": "optic lobe neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T4/T5 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 53894051,
            "mappedReadsCount": 28411659,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003718",
              "name": "lamina monopolar neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 53894051,
            "mappedReadsCount": 28411659,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003719",
              "name": "lamina monopolar neuron L1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "L1",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 53894051,
            "mappedReadsCount": 28411659,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003741",
              "name": "lamina wide-field cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Lawf1",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 53894051,
            "mappedReadsCount": 28411659,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003744",
              "name": "centrifugal neuron C3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "C3",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 53894051,
            "mappedReadsCount": 28411659,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003767",
              "name": "distal medullary amacrine neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Dm8/Dm11",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 53894051,
            "mappedReadsCount": 28411659,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003776",
              "name": "medullary intrinsic neuron Mi1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Mi1",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2346.346251,
          "sdRefIntergenicDistribution": 3.120660,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 13,
          "maxRank": 7415.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 53894051,
            "mappedReadsCount": 28411659,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003788",
              "name": "transmedullary neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm1/TmY8",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 53894051,
            "mappedReadsCount": 28411659,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003797",
              "name": "transmedullary neuron Tm9 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm9",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 53894051,
            "mappedReadsCount": 28411659,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003832",
              "name": "proximal medullary amacrine neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 26.828123,
          "sdRefIntergenicDistribution": 1.407452,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 146,
          "maxRank": 9473.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 53894051,
            "mappedReadsCount": 28411659,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003837",
              "name": "medullary tangential neuron Mt1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T1 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 53894051,
            "mappedReadsCount": 28411659,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003838",
              "name": "medullary tangential neuron Mt2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T2 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 53894051,
            "mappedReadsCount": 28411659,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003839",
              "name": "medullary tangential neuron Mt3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "T3 (neuron, optic lobe)",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 53894051,
            "mappedReadsCount": 28411659,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00004046",
              "name": "LNv neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "LNv",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 53894051,
            "mappedReadsCount": 28411659,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00004101",
              "name": "peptidergic neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "FMRFa",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 53894051,
            "mappedReadsCount": 28411659,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00005899",
              "name": "dorsal cluster neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "DCN",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 53894051,
            "mappedReadsCount": 28411659,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00006048",
              "name": "pacemaker neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Clock (neuron)",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 108.748734,
          "sdRefIntergenicDistribution": 1.596540,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 55,
          "maxRank": 8474.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 53894051,
            "mappedReadsCount": 28411659,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00007438",
              "name": "adult antennal lobe projection neuron adPN (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 97.201569,
          "sdRefIntergenicDistribution": 1.258849,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 56,
          "maxRank": 8520.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 53894051,
            "mappedReadsCount": 28411659,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047095",
              "name": "adult neuron"
            },
            "cellTypeAuthorAnnotation": "dorsal_Fan-shaped_Body",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 53894051,
            "mappedReadsCount": 28411659,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047527",
              "name": "adult myoinhibitory peptide neuron"
            },
            "cellTypeAuthorAnnotation": "Mip",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 31.374514,
          "sdRefIntergenicDistribution": 1.134907,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 105,
          "maxRank": 9245.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 53894051,
            "mappedReadsCount": 28411659,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047955",
              "name": "adult mushroom body output neuron"
            },
            "cellTypeAuthorAnnotation": "MBON",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 113.718149,
          "sdRefIntergenicDistribution": 1.299507,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 55,
          "maxRank": 8386.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 53894051,
            "mappedReadsCount": 28411659,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00048012",
              "name": "adult capability neuron"
            },
            "cellTypeAuthorAnnotation": "Capa (CAPA-expressing neurons)",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 53894051,
            "mappedReadsCount": 28411659,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00048313",
              "name": "ITP neuron"
            },
            "cellTypeAuthorAnnotation": "ITP",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 225.854966,
          "sdRefIntergenicDistribution": 1.363404,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 30,
          "maxRank": 7904.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 53894051,
            "mappedReadsCount": 28411659,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049526",
              "name": "adult serotonergic neuron"
            },
            "cellTypeAuthorAnnotation": "Serotonergic",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 36.679985,
          "sdRefIntergenicDistribution": 1.320321,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 111,
          "maxRank": 9210.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 53894051,
            "mappedReadsCount": 28411659,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049825",
              "name": "adult Kenyon cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 53894051,
            "mappedReadsCount": 28411659,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049828",
              "name": "adult gamma Kenyon cell"
            },
            "cellTypeAuthorAnnotation": "G-KC (gamma lobe mushroom body Kenyon cell)",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 206.592753,
          "sdRefIntergenicDistribution": 1.858872,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 34,
          "maxRank": 8110.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 53894051,
            "mappedReadsCount": 28411659,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058144",
              "name": "adult plasmatocyte"
            },
            "cellTypeAuthorAnnotation": "Plasmatocytes",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 191.677261,
          "sdRefIntergenicDistribution": 1.327074,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 55,
          "maxRank": 7945.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 53894051,
            "mappedReadsCount": 28411659,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058202",
              "name": "adult peptidergic neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.553951,
          "sdRefIntergenicDistribution": 1.762390,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 208,
          "maxRank": 9656.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 53894051,
            "mappedReadsCount": 28411659,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058203",
              "name": "adult octopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Octopaminergic",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 53894051,
            "mappedReadsCount": 28411659,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058204",
              "name": "adult tyraminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Tyraminergic",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 53894051,
            "mappedReadsCount": 28411659,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058206",
              "name": "adult dopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Dopaminergic",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 53894051,
            "mappedReadsCount": 28411659,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058222",
              "name": "sugar-sensing neuron of the adult brain"
            },
            "cellTypeAuthorAnnotation": "Gr43a (fructose-sensing neuron expressing Gr43a)",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 93.880993,
          "sdRefIntergenicDistribution": 1.774273,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 66,
          "maxRank": 8491.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 53894051,
            "mappedReadsCount": 28411659,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00067350",
              "name": "antennal lobe projection neuron iPN (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lPN/unpg",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 53894051,
            "mappedReadsCount": 28411659,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100214",
              "name": "dopaminergic PAM neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "PAM",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 53894051,
            "mappedReadsCount": 28411659,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100501",
              "name": "adult cell body glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Cortex_glia",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 53894051,
            "mappedReadsCount": 28411659,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100504",
              "name": "ensheathing neuropil associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Ensheathing_glia",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 49.139300,
          "sdRefIntergenicDistribution": 1.952719,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 108,
          "maxRank": 9064.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 53894051,
            "mappedReadsCount": 28411659,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100505",
              "name": "reticular neuropil associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Astrocyte-like",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 172.688309,
          "sdRefIntergenicDistribution": 1.987936,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 67,
          "maxRank": 8304.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 53894051,
            "mappedReadsCount": 28411659,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100506",
              "name": "adult brain perineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Perineurial_glia",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 146.790649,
          "sdRefIntergenicDistribution": 1.277704,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 42,
          "maxRank": 8233.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 53894051,
            "mappedReadsCount": 28411659,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110065",
              "name": "lamina wide-field cell Lawf2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Lawf2",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 53894051,
            "mappedReadsCount": 28411659,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110066",
              "name": "proximal medullary amacrine neuron Pm3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Pm3",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 53894051,
            "mappedReadsCount": 28411659,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110074",
              "name": "transmedullary neuron Tm5c (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm5c",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 31.767825,
          "sdRefIntergenicDistribution": 1.707253,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 136,
          "maxRank": 9172.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 53894051,
            "mappedReadsCount": 28411659,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110107",
              "name": "adult dorsomedial neurosecretory cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "IPC",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 91.958255,
          "sdRefIntergenicDistribution": 1.245071,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 58,
          "maxRank": 8488.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 53894051,
            "mappedReadsCount": 28411659,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110924",
              "name": "adult Hugin neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Hug",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 57.327579,
          "sdRefIntergenicDistribution": 1.340972,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 68,
          "maxRank": 8453.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 53894051,
            "mappedReadsCount": 28411659,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111271",
              "name": "distal medullary amacrine neuron Dm9"
            },
            "cellTypeAuthorAnnotation": "Dm9",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 92.756785,
          "sdRefIntergenicDistribution": 1.677386,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 64,
          "maxRank": 8552.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 53894051,
            "mappedReadsCount": 28411659,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111286",
              "name": "transmedullary Y neuron TmY14"
            },
            "cellTypeAuthorAnnotation": "TmY14",
            "devStage": {
              "id": "FBdv:00007090",
              "name": "day 15 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "15 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 32.067750,
          "sdRefIntergenicDistribution": 1.625812,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 126,
          "maxRank": 9347.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164047375,
            "mappedReadsCount": 133144075,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426785"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0000210",
              "name": "photoreceptor cell"
            },
            "cellTypeAuthorAnnotation": "Photoreceptors",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 243.861898,
          "sdRefIntergenicDistribution": 1.503572,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 42,
          "maxRank": 7998.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164047375,
            "mappedReadsCount": 133144075,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426785"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "Unannotated",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.963650,
          "sdRefIntergenicDistribution": 2.228606,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 896,
          "maxRank": 11444.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164047375,
            "mappedReadsCount": 133144075,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426785"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "CL:2000029",
              "name": "central nervous system neuron"
            },
            "cellTypeAuthorAnnotation": "Poxn (-expressing neurons)",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164047375,
            "mappedReadsCount": 133144075,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426785"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00001258",
              "name": "subperineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Subperineurial_glia",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 53.432054,
          "sdRefIntergenicDistribution": 1.440398,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 121,
          "maxRank": 8893.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164047375,
            "mappedReadsCount": 133144075,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426785"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003743",
              "name": "centrifugal neuron C2 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "C2",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164047375,
            "mappedReadsCount": 133144075,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426785"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003744",
              "name": "centrifugal neuron C3 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "C3",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164047375,
            "mappedReadsCount": 133144075,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426785"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003767",
              "name": "distal medullary amacrine neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Dm8/Dm11",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164047375,
            "mappedReadsCount": 133144075,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426785"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003832",
              "name": "proximal medullary amacrine neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 100.128254,
          "sdRefIntergenicDistribution": 1.423983,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 66,
          "maxRank": 8464.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164047375,
            "mappedReadsCount": 133144075,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426785"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00003837",
              "name": "medullary tangential neuron Mt1 (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Mt1",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164047375,
            "mappedReadsCount": 133144075,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426785"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00006048",
              "name": "pacemaker neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Clock (neuron)",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 91.170329,
          "sdRefIntergenicDistribution": 1.880381,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 73,
          "maxRank": 8503.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164047375,
            "mappedReadsCount": 133144075,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426785"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00007438",
              "name": "adult antennal lobe projection neuron adPN (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 71.505746,
          "sdRefIntergenicDistribution": 1.695004,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 97,
          "maxRank": 8788.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164047375,
            "mappedReadsCount": 133144075,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426785"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047095",
              "name": "adult neuron"
            },
            "cellTypeAuthorAnnotation": "dorsal_Fan-shaped_Body",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164047375,
            "mappedReadsCount": 133144075,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426785"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047527",
              "name": "adult myoinhibitory peptide neuron"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 30.473902,
          "sdRefIntergenicDistribution": 1.824041,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 150,
          "maxRank": 9252.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164047375,
            "mappedReadsCount": 133144075,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426785"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00047955",
              "name": "adult mushroom body output neuron"
            },
            "cellTypeAuthorAnnotation": "MBON",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 68.198756,
          "sdRefIntergenicDistribution": 1.404748,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 86,
          "maxRank": 8825.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164047375,
            "mappedReadsCount": 133144075,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426785"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00048012",
              "name": "adult capability neuron"
            },
            "cellTypeAuthorAnnotation": "Capa (CAPA-expressing neurons)",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 72.228754,
          "sdRefIntergenicDistribution": 2.071367,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 79,
          "maxRank": 8524.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164047375,
            "mappedReadsCount": 133144075,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426785"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00048313",
              "name": "ITP neuron"
            },
            "cellTypeAuthorAnnotation": "ITP",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164047375,
            "mappedReadsCount": 133144075,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426785"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049526",
              "name": "adult serotonergic neuron"
            },
            "cellTypeAuthorAnnotation": "Serotonergic",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 53.956149,
          "sdRefIntergenicDistribution": 1.746137,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 126,
          "maxRank": 9120.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164047375,
            "mappedReadsCount": 133144075,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426785"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049825",
              "name": "adult Kenyon cell"
            },
            "cellTypeAuthorAnnotation": "A/B*-KC (a'/b' mushroom body Kenyon cell)",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164047375,
            "mappedReadsCount": 133144075,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426785"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00049828",
              "name": "adult gamma Kenyon cell"
            },
            "cellTypeAuthorAnnotation": "G-KC (gamma lobe mushroom body Kenyon cell)",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164047375,
            "mappedReadsCount": 133144075,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426785"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00051299",
              "name": "adult olfactory projection neuron"
            },
            "cellTypeAuthorAnnotation": "Olfactory_projection_neurons",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 231.054093,
          "sdRefIntergenicDistribution": 1.731151,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 46,
          "maxRank": 8055.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164047375,
            "mappedReadsCount": 133144075,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426785"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058144",
              "name": "adult plasmatocyte"
            },
            "cellTypeAuthorAnnotation": "Plasmatocytes",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 31.740046,
          "sdRefIntergenicDistribution": 1.797492,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 163,
          "maxRank": 9508.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164047375,
            "mappedReadsCount": 133144075,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426785"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058202",
              "name": "adult peptidergic neuron"
            },
            "cellTypeAuthorAnnotation": "Peptidergic",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 67.980305,
          "sdRefIntergenicDistribution": 1.909223,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 117,
          "maxRank": 8827.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164047375,
            "mappedReadsCount": 133144075,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426785"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058203",
              "name": "adult octopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Octopaminergic",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 207.831266,
          "sdRefIntergenicDistribution": 1.590966,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 47,
          "maxRank": 8080.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164047375,
            "mappedReadsCount": 133144075,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426785"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058204",
              "name": "adult tyraminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Tyraminergic",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 438.249941,
          "sdRefIntergenicDistribution": 1.212383,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 33,
          "maxRank": 7663.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164047375,
            "mappedReadsCount": 133144075,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426785"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00058206",
              "name": "adult dopaminergic neuron"
            },
            "cellTypeAuthorAnnotation": "Dopaminergic",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164047375,
            "mappedReadsCount": 133144075,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426785"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00067350",
              "name": "antennal lobe projection neuron iPN (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "lPN/unpg",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 98.334121,
          "sdRefIntergenicDistribution": 1.667564,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 85,
          "maxRank": 8560.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164047375,
            "mappedReadsCount": 133144075,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426785"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100214",
              "name": "dopaminergic PAM neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "PAM",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 148.390088,
          "sdRefIntergenicDistribution": 1.493039,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 55,
          "maxRank": 8330.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164047375,
            "mappedReadsCount": 133144075,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426785"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100501",
              "name": "adult cell body glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Cortex_glia",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164047375,
            "mappedReadsCount": 133144075,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426785"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100504",
              "name": "ensheathing neuropil associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Ensheathing_glia",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 24.232074,
          "sdRefIntergenicDistribution": 1.994291,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 201,
          "maxRank": 9463.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164047375,
            "mappedReadsCount": 133144075,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426785"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100505",
              "name": "reticular neuropil associated glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Astrocyte-like",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 41.751885,
          "sdRefIntergenicDistribution": 2.164109,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 159,
          "maxRank": 9199.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164047375,
            "mappedReadsCount": 133144075,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426785"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00100506",
              "name": "adult brain perineurial glial cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Perineurial_glia",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 61.931745,
          "sdRefIntergenicDistribution": 2.085028,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 140,
          "maxRank": 8625.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164047375,
            "mappedReadsCount": 133144075,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426785"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110074",
              "name": "transmedullary neuron Tm5c (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Tm5c",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 164.537968,
          "sdRefIntergenicDistribution": 2.030228,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 53,
          "maxRank": 8194.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164047375,
            "mappedReadsCount": 133144075,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426785"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110107",
              "name": "adult dorsomedial neurosecretory cell (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "IPC",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 72.226995,
          "sdRefIntergenicDistribution": 1.182695,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 78,
          "maxRank": 8618.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164047375,
            "mappedReadsCount": 133144075,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426785"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00110924",
              "name": "adult Hugin neuron (Drosophila)"
            },
            "cellTypeAuthorAnnotation": "Hug",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 243.908952,
          "sdRefIntergenicDistribution": 1.297468,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 38,
          "maxRank": 7780.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164047375,
            "mappedReadsCount": 133144075,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426785"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111282",
              "name": "proximal medullary amacrine neuron Pm4"
            },
            "cellTypeAuthorAnnotation": "Pm4",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": -1.000000,
          "sdRefIntergenicDistribution": -1.000000,
          "pValueThreshold": 1.0000,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164047375,
            "mappedReadsCount": 133144075,
            "minReadLength": 88,
            "maxReadLength": 88
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "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_SRP125768.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_SRP125768_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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX3426785"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "brain",
            "cellType": {
              "id": "FBbt:00111286",
              "name": "transmedullary Y neuron TmY14"
            },
            "cellTypeAuthorAnnotation": "TmY14",
            "devStage": {
              "id": "FBdv:00007105",
              "name": "day 30 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "30 Days",
            "sex": "NA",
            "strain": "w1118",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 33.284909,
          "sdRefIntergenicDistribution": 1.642901,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 162,
          "maxRank": 9376.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Illumina",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2936449,
            "mappedReadsCount": 2162697,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "RNA_SEQ",
                "sampleMultiplexing": false,
                "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/rna_seq/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_RNA-Seq_read_counts_TPM_SRP125768.tsv.gz",
                "title": "Bulk RNA-Seq processed expression values 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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX4084634"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "WholeBrain",
            "cellType": "NA",
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 day adult fly",
            "sex": "mixed",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.348419,
          "sdRefIntergenicDistribution": 2.755202,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10951,
          "maxRank": 12904.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Illumina",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 19374029,
            "mappedReadsCount": 13831337,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "RNA_SEQ",
                "sampleMultiplexing": false,
                "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/rna_seq/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_RNA-Seq_read_counts_TPM_SRP125768.tsv.gz",
                "title": "Bulk RNA-Seq processed expression values 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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX4084635"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "WholeBrain",
            "cellType": "NA",
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 day adult fly",
            "sex": "mixed",
            "strain": "DGRP-551",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.676153,
          "sdRefIntergenicDistribution": 2.092837,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 13633,
          "maxRank": 14302.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Illumina",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4513696,
            "mappedReadsCount": 3334214,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "RNA_SEQ",
                "sampleMultiplexing": false,
                "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/rna_seq/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_RNA-Seq_read_counts_TPM_SRP125768.tsv.gz",
                "title": "Bulk RNA-Seq processed expression values 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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX4084636"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "WholeBrain",
            "cellType": "NA",
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 day adult fly",
            "sex": "mixed",
            "strain": "wild-type",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.344510,
          "sdRefIntergenicDistribution": 2.668914,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11626,
          "maxRank": 13268.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Illumina",
            "sequencingPlatfomName": "NextSeq 500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 50,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3552575,
            "mappedReadsCount": 2584697,
            "minReadLength": 50,
            "maxReadLength": 50
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 56902,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "RNA_SEQ",
                "sampleMultiplexing": false,
                "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/rna_seq/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_RNA-Seq_read_counts_TPM_SRP125768.tsv.gz",
                "title": "Bulk RNA-Seq processed expression values 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": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP125768",
              "xRefName": "A single-cell transcriptome atlas of the ageing Drosophila brain",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP125768",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.cell.2018.05.057",
            "name": "A single-cell transcriptome atlas of the ageing Drosophila brain",
            "description": "Overall design: scRNA-seq (10x Genomics CHROMIUM Single Cell 3' Solution V2 Chemistry and Drop-seq) of adult brains from Drosophila melanogaster at various ages; SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Adapted SMART-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; CEL-seq2 on FAC-sorted R23E10-Gal4 positive neurons of adult brains from Drosophila melanogaster; Bulk RNA-seq of adult brains from Drosophila melanogaster; ATAC-seq of young (0 days) and old (50 days) adult brains from Drosophila melanogaster",
            "id": "SRP125768"
          },
          "id": "SRX4084637"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000955",
              "name": "brain"
            },
            "anatEntityAuthorAnnotation": "WholeBrain",
            "cellType": "NA",
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007076",
              "name": "day 1 of adulthood (fruit fly)"
            },
            "devStageAuthorAnnotation": "1 day adult fly",
            "sex": "mixed",
            "strain": "wild-type",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.656286,
          "sdRefIntergenicDistribution": 2.204389,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11924,
          "maxRank": 13418.00
        }
      }
    ],
    "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_SRP125768.tsv.gz",
        "title": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP125768.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_SRP125768_droplet_based.h5ad",
        "title": "Drosophila_melanogaster_SRP125768_droplet_based.h5ad"
      },
      {
        "text": "Bulk RNA-Seq processed expression values in Drosophila melanogaster",
        "href": "https://www.bgee.org/ftp/current/download/processed_expr_values/rna_seq/Drosophila_melanogaster/Drosophila_melanogaster_RNA-Seq_read_counts_TPM_SRP125768.tsv.gz",
        "title": "Drosophila_melanogaster_RNA-Seq_read_counts_TPM_SRP125768.tsv.gz"
      }
    ]
  }
}