{
  "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": 4661,
      "downloadFiles": [
        {
          "category": "ANNOTATED_SAMPLES",
          "dataType": "SC_RNA_SEQ",
          "sampleMultiplexing": true,
          "species": {
            "genus": "Drosophila",
            "speciesName": "melanogaster",
            "genomeVersion": "BDGP6.28",
            "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
            "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
            "dataSourcesForDataByDataTypes": {},
            "dataSourcesForAnnotationByDataTypes": {},
            "parentTaxonId": 32351,
            "genomeSpeciesId": 7227,
            "preferredDisplayOrder": 4,
            "name": "fruit fly",
            "id": 7227
          },
          "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
          "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP200614.tsv.gz",
          "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
          "size": 0
        },
        {
          "category": "INDIVIDUAL_SAMPLES",
          "dataType": "SC_RNA_SEQ",
          "sampleMultiplexing": true,
          "species": {
            "genus": "Drosophila",
            "speciesName": "melanogaster",
            "genomeVersion": "BDGP6.28",
            "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
            "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
            "dataSourcesForDataByDataTypes": {},
            "dataSourcesForAnnotationByDataTypes": {},
            "parentTaxonId": 32351,
            "genomeSpeciesId": 7227,
            "preferredDisplayOrder": 4,
            "name": "fruit fly",
            "id": 7227
          },
          "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
          "fileName": "Drosophila_melanogaster_SRP200614_droplet_based.h5ad",
          "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
          "size": 0
        }
      ],
      "dataSource": {
        "xRefUrl": "",
        "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
        "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
        "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
        "releaseDate": "2023-04-04",
        "releaseVersion": "",
        "toDisplay": true,
        "category": "SC_RNA_SEQ",
        "displayOrder": 1,
        "name": "SRA",
        "description": "Single-cell RNA-Seq data source for various species",
        "id": 102
      },
      "xRef": {
        "xRefId": "SRP200614",
        "xRefName": "Single-cell sequencing of enteroendocrine cells (EEs) in Drosophila midgut.",
        "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP200614",
        "source": {
          "name": "SRA",
          "description": "Single-cell RNA-Seq data source for various species",
          "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
        }
      },
      "assayCount": 0,
      "dOI": "10.1016/j.celrep.2019.11.048",
      "name": "Single-cell sequencing of enteroendocrine cells (EEs) in Drosophila midgut.",
      "description": "Enteroendocrine cells (EEs) in the intestinal epithelium have important endocrine functions, yet this cell lineage exhibits great local and regional variations that have hampered detailed characterization of EE subtypes. Through single cell RNA-sequencing analysis, combined with a collection of neuropeptide/receptor knock-in strains, here we provide a comprehensive analysis of cellular diversity, spatial distribution and transcription factor (TF) code of EEs in adult Drosophila midgut. We identify 10 major EE subtypes that totally produced 14 different classes of hormone peptides. Each EE on average co-produces 2-5 different classes of hormone peptides. Functional screen with subtype-enriched TFs suggests a combinatorial TF code that controls EE cell diversity, with class-specific TFs Mirr and Ptx1that respectively define two major classes of EEs, and regional TFs such as Esg, Drm, Exex and Fer1that further define regional EE identity. Our single-cell data should greatly facilitate Drosophila modeling of EE differentiation and function. Overall design: FACS sort EE cells using CG32547-KI-GAL4> uas-GFP line and perform 10X genomics single cell sequencing. Raw data was further processed by Seurat algorithm and EE subtypes were visualized by generating a t-distributed stochastic neighborhood embedding (t-SNE) plot.",
      "id": "SRP200614"
    },
    "assays": [
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq X Ten",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 171057671,
            "mappedReadsCount": 157531386,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 4661,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP200614.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_SRP200614_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP200614",
              "xRefName": "Single-cell sequencing of enteroendocrine cells (EEs) in Drosophila midgut.",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP200614",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.celrep.2019.11.048",
            "name": "Single-cell sequencing of enteroendocrine cells (EEs) in Drosophila midgut.",
            "description": "Enteroendocrine cells (EEs) in the intestinal epithelium have important endocrine functions, yet this cell lineage exhibits great local and regional variations that have hampered detailed characterization of EE subtypes. Through single cell RNA-sequencing analysis, combined with a collection of neuropeptide/receptor knock-in strains, here we provide a comprehensive analysis of cellular diversity, spatial distribution and transcription factor (TF) code of EEs in adult Drosophila midgut. We identify 10 major EE subtypes that totally produced 14 different classes of hormone peptides. Each EE on average co-produces 2-5 different classes of hormone peptides. Functional screen with subtype-enriched TFs suggests a combinatorial TF code that controls EE cell diversity, with class-specific TFs Mirr and Ptx1that respectively define two major classes of EEs, and regional TFs such as Esg, Drm, Exex and Fer1that further define regional EE identity. Our single-cell data should greatly facilitate Drosophila modeling of EE differentiation and function. Overall design: FACS sort EE cells using CG32547-KI-GAL4> uas-GFP line and perform 10X genomics single cell sequencing. Raw data was further processed by Seurat algorithm and EE subtypes were visualized by generating a t-distributed stochastic neighborhood embedding (t-SNE) plot.",
            "id": "SRP200614"
          },
          "id": "SRX5979983"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "FBbt:00003138",
              "name": "adult midgut (Drosophila)"
            },
            "anatEntityAuthorAnnotation": "intestine",
            "cellType": {
              "id": "FBbt:00049284",
              "name": "adult enteroendocrine precursor cell"
            },
            "cellTypeAuthorAnnotation": "EE progenitor cell",
            "devStage": {
              "id": "FBdv:00007026",
              "name": "mature adult stage (fruit fly)"
            },
            "devStageAuthorAnnotation": "adult stage 5-7 days old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.570497,
          "sdRefIntergenicDistribution": 1.835122,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 473,
          "maxRank": 10683.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq X Ten",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 171057671,
            "mappedReadsCount": 157531386,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 4661,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP200614.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_SRP200614_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP200614",
              "xRefName": "Single-cell sequencing of enteroendocrine cells (EEs) in Drosophila midgut.",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP200614",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.celrep.2019.11.048",
            "name": "Single-cell sequencing of enteroendocrine cells (EEs) in Drosophila midgut.",
            "description": "Enteroendocrine cells (EEs) in the intestinal epithelium have important endocrine functions, yet this cell lineage exhibits great local and regional variations that have hampered detailed characterization of EE subtypes. Through single cell RNA-sequencing analysis, combined with a collection of neuropeptide/receptor knock-in strains, here we provide a comprehensive analysis of cellular diversity, spatial distribution and transcription factor (TF) code of EEs in adult Drosophila midgut. We identify 10 major EE subtypes that totally produced 14 different classes of hormone peptides. Each EE on average co-produces 2-5 different classes of hormone peptides. Functional screen with subtype-enriched TFs suggests a combinatorial TF code that controls EE cell diversity, with class-specific TFs Mirr and Ptx1that respectively define two major classes of EEs, and regional TFs such as Esg, Drm, Exex and Fer1that further define regional EE identity. Our single-cell data should greatly facilitate Drosophila modeling of EE differentiation and function. Overall design: FACS sort EE cells using CG32547-KI-GAL4> uas-GFP line and perform 10X genomics single cell sequencing. Raw data was further processed by Seurat algorithm and EE subtypes were visualized by generating a t-distributed stochastic neighborhood embedding (t-SNE) plot.",
            "id": "SRP200614"
          },
          "id": "SRX5979983"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "FBbt:00003138",
              "name": "adult midgut (Drosophila)"
            },
            "anatEntityAuthorAnnotation": "intestine",
            "cellType": {
              "id": "FBbt:00058000",
              "name": "adult class I enteroendocrine cell"
            },
            "cellTypeAuthorAnnotation": "class I-ap EE cell",
            "devStage": {
              "id": "FBdv:00007026",
              "name": "mature adult stage (fruit fly)"
            },
            "devStageAuthorAnnotation": "adult stage 5-7 days old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.710110,
          "sdRefIntergenicDistribution": 2.863867,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1409,
          "maxRank": 11653.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq X Ten",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 171057671,
            "mappedReadsCount": 157531386,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 4661,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP200614.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_SRP200614_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP200614",
              "xRefName": "Single-cell sequencing of enteroendocrine cells (EEs) in Drosophila midgut.",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP200614",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.celrep.2019.11.048",
            "name": "Single-cell sequencing of enteroendocrine cells (EEs) in Drosophila midgut.",
            "description": "Enteroendocrine cells (EEs) in the intestinal epithelium have important endocrine functions, yet this cell lineage exhibits great local and regional variations that have hampered detailed characterization of EE subtypes. Through single cell RNA-sequencing analysis, combined with a collection of neuropeptide/receptor knock-in strains, here we provide a comprehensive analysis of cellular diversity, spatial distribution and transcription factor (TF) code of EEs in adult Drosophila midgut. We identify 10 major EE subtypes that totally produced 14 different classes of hormone peptides. Each EE on average co-produces 2-5 different classes of hormone peptides. Functional screen with subtype-enriched TFs suggests a combinatorial TF code that controls EE cell diversity, with class-specific TFs Mirr and Ptx1that respectively define two major classes of EEs, and regional TFs such as Esg, Drm, Exex and Fer1that further define regional EE identity. Our single-cell data should greatly facilitate Drosophila modeling of EE differentiation and function. Overall design: FACS sort EE cells using CG32547-KI-GAL4> uas-GFP line and perform 10X genomics single cell sequencing. Raw data was further processed by Seurat algorithm and EE subtypes were visualized by generating a t-distributed stochastic neighborhood embedding (t-SNE) plot.",
            "id": "SRP200614"
          },
          "id": "SRX5979983"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "FBbt:00003138",
              "name": "adult midgut (Drosophila)"
            },
            "anatEntityAuthorAnnotation": "intestine",
            "cellType": {
              "id": "FBbt:00058001",
              "name": "adult anterior midgut class I enteroendocrine cell"
            },
            "cellTypeAuthorAnnotation": "class I-a EE cell",
            "devStage": {
              "id": "FBdv:00007026",
              "name": "mature adult stage (fruit fly)"
            },
            "devStageAuthorAnnotation": "adult stage 5-7 days old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.921825,
          "sdRefIntergenicDistribution": 2.363197,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 666,
          "maxRank": 10980.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq X Ten",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 171057671,
            "mappedReadsCount": 157531386,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 4661,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP200614.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_SRP200614_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP200614",
              "xRefName": "Single-cell sequencing of enteroendocrine cells (EEs) in Drosophila midgut.",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP200614",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.celrep.2019.11.048",
            "name": "Single-cell sequencing of enteroendocrine cells (EEs) in Drosophila midgut.",
            "description": "Enteroendocrine cells (EEs) in the intestinal epithelium have important endocrine functions, yet this cell lineage exhibits great local and regional variations that have hampered detailed characterization of EE subtypes. Through single cell RNA-sequencing analysis, combined with a collection of neuropeptide/receptor knock-in strains, here we provide a comprehensive analysis of cellular diversity, spatial distribution and transcription factor (TF) code of EEs in adult Drosophila midgut. We identify 10 major EE subtypes that totally produced 14 different classes of hormone peptides. Each EE on average co-produces 2-5 different classes of hormone peptides. Functional screen with subtype-enriched TFs suggests a combinatorial TF code that controls EE cell diversity, with class-specific TFs Mirr and Ptx1that respectively define two major classes of EEs, and regional TFs such as Esg, Drm, Exex and Fer1that further define regional EE identity. Our single-cell data should greatly facilitate Drosophila modeling of EE differentiation and function. Overall design: FACS sort EE cells using CG32547-KI-GAL4> uas-GFP line and perform 10X genomics single cell sequencing. Raw data was further processed by Seurat algorithm and EE subtypes were visualized by generating a t-distributed stochastic neighborhood embedding (t-SNE) plot.",
            "id": "SRP200614"
          },
          "id": "SRX5979983"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "FBbt:00003138",
              "name": "adult midgut (Drosophila)"
            },
            "anatEntityAuthorAnnotation": "intestine",
            "cellType": {
              "id": "FBbt:00058002",
              "name": "adult middle midgut class I enteroendocrine cell"
            },
            "cellTypeAuthorAnnotation": "class I-m EE cell",
            "devStage": {
              "id": "FBdv:00007026",
              "name": "mature adult stage (fruit fly)"
            },
            "devStageAuthorAnnotation": "adult stage 5-7 days old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.416803,
          "sdRefIntergenicDistribution": 3.284290,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1500,
          "maxRank": 11579.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq X Ten",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 171057671,
            "mappedReadsCount": 157531386,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 4661,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP200614.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_SRP200614_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP200614",
              "xRefName": "Single-cell sequencing of enteroendocrine cells (EEs) in Drosophila midgut.",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP200614",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.celrep.2019.11.048",
            "name": "Single-cell sequencing of enteroendocrine cells (EEs) in Drosophila midgut.",
            "description": "Enteroendocrine cells (EEs) in the intestinal epithelium have important endocrine functions, yet this cell lineage exhibits great local and regional variations that have hampered detailed characterization of EE subtypes. Through single cell RNA-sequencing analysis, combined with a collection of neuropeptide/receptor knock-in strains, here we provide a comprehensive analysis of cellular diversity, spatial distribution and transcription factor (TF) code of EEs in adult Drosophila midgut. We identify 10 major EE subtypes that totally produced 14 different classes of hormone peptides. Each EE on average co-produces 2-5 different classes of hormone peptides. Functional screen with subtype-enriched TFs suggests a combinatorial TF code that controls EE cell diversity, with class-specific TFs Mirr and Ptx1that respectively define two major classes of EEs, and regional TFs such as Esg, Drm, Exex and Fer1that further define regional EE identity. Our single-cell data should greatly facilitate Drosophila modeling of EE differentiation and function. Overall design: FACS sort EE cells using CG32547-KI-GAL4> uas-GFP line and perform 10X genomics single cell sequencing. Raw data was further processed by Seurat algorithm and EE subtypes were visualized by generating a t-distributed stochastic neighborhood embedding (t-SNE) plot.",
            "id": "SRP200614"
          },
          "id": "SRX5979983"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "FBbt:00003138",
              "name": "adult midgut (Drosophila)"
            },
            "anatEntityAuthorAnnotation": "intestine",
            "cellType": {
              "id": "FBbt:00058003",
              "name": "adult posterior midgut class I enteroendocrine cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007026",
              "name": "mature adult stage (fruit fly)"
            },
            "devStageAuthorAnnotation": "adult stage 5-7 days old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.739373,
          "sdRefIntergenicDistribution": 3.127010,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1554,
          "maxRank": 11657.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq X Ten",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 171057671,
            "mappedReadsCount": 157531386,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 4661,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP200614.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_SRP200614_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP200614",
              "xRefName": "Single-cell sequencing of enteroendocrine cells (EEs) in Drosophila midgut.",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP200614",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.celrep.2019.11.048",
            "name": "Single-cell sequencing of enteroendocrine cells (EEs) in Drosophila midgut.",
            "description": "Enteroendocrine cells (EEs) in the intestinal epithelium have important endocrine functions, yet this cell lineage exhibits great local and regional variations that have hampered detailed characterization of EE subtypes. Through single cell RNA-sequencing analysis, combined with a collection of neuropeptide/receptor knock-in strains, here we provide a comprehensive analysis of cellular diversity, spatial distribution and transcription factor (TF) code of EEs in adult Drosophila midgut. We identify 10 major EE subtypes that totally produced 14 different classes of hormone peptides. Each EE on average co-produces 2-5 different classes of hormone peptides. Functional screen with subtype-enriched TFs suggests a combinatorial TF code that controls EE cell diversity, with class-specific TFs Mirr and Ptx1that respectively define two major classes of EEs, and regional TFs such as Esg, Drm, Exex and Fer1that further define regional EE identity. Our single-cell data should greatly facilitate Drosophila modeling of EE differentiation and function. Overall design: FACS sort EE cells using CG32547-KI-GAL4> uas-GFP line and perform 10X genomics single cell sequencing. Raw data was further processed by Seurat algorithm and EE subtypes were visualized by generating a t-distributed stochastic neighborhood embedding (t-SNE) plot.",
            "id": "SRP200614"
          },
          "id": "SRX5979983"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "FBbt:00003138",
              "name": "adult midgut (Drosophila)"
            },
            "anatEntityAuthorAnnotation": "intestine",
            "cellType": {
              "id": "FBbt:00058004",
              "name": "adult anterior midgut class II enteroendocrine cell"
            },
            "cellTypeAuthorAnnotation": "class II-a EE cell",
            "devStage": {
              "id": "FBdv:00007026",
              "name": "mature adult stage (fruit fly)"
            },
            "devStageAuthorAnnotation": "adult stage 5-7 days old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.074136,
          "sdRefIntergenicDistribution": 2.736543,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1301,
          "maxRank": 11517.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq X Ten",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 171057671,
            "mappedReadsCount": 157531386,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 4661,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP200614.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_SRP200614_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP200614",
              "xRefName": "Single-cell sequencing of enteroendocrine cells (EEs) in Drosophila midgut.",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP200614",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.celrep.2019.11.048",
            "name": "Single-cell sequencing of enteroendocrine cells (EEs) in Drosophila midgut.",
            "description": "Enteroendocrine cells (EEs) in the intestinal epithelium have important endocrine functions, yet this cell lineage exhibits great local and regional variations that have hampered detailed characterization of EE subtypes. Through single cell RNA-sequencing analysis, combined with a collection of neuropeptide/receptor knock-in strains, here we provide a comprehensive analysis of cellular diversity, spatial distribution and transcription factor (TF) code of EEs in adult Drosophila midgut. We identify 10 major EE subtypes that totally produced 14 different classes of hormone peptides. Each EE on average co-produces 2-5 different classes of hormone peptides. Functional screen with subtype-enriched TFs suggests a combinatorial TF code that controls EE cell diversity, with class-specific TFs Mirr and Ptx1that respectively define two major classes of EEs, and regional TFs such as Esg, Drm, Exex and Fer1that further define regional EE identity. Our single-cell data should greatly facilitate Drosophila modeling of EE differentiation and function. Overall design: FACS sort EE cells using CG32547-KI-GAL4> uas-GFP line and perform 10X genomics single cell sequencing. Raw data was further processed by Seurat algorithm and EE subtypes were visualized by generating a t-distributed stochastic neighborhood embedding (t-SNE) plot.",
            "id": "SRP200614"
          },
          "id": "SRX5979983"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "FBbt:00003138",
              "name": "adult midgut (Drosophila)"
            },
            "anatEntityAuthorAnnotation": "intestine",
            "cellType": {
              "id": "FBbt:00058005",
              "name": "adult middle midgut class II enteroendocrine cell"
            },
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "FBdv:00007026",
              "name": "mature adult stage (fruit fly)"
            },
            "devStageAuthorAnnotation": "adult stage 5-7 days old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.634315,
          "sdRefIntergenicDistribution": 3.821824,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1688,
          "maxRank": 11693.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq X Ten",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 171057671,
            "mappedReadsCount": 157531386,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 4661,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP200614.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_SRP200614_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP200614",
              "xRefName": "Single-cell sequencing of enteroendocrine cells (EEs) in Drosophila midgut.",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP200614",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.celrep.2019.11.048",
            "name": "Single-cell sequencing of enteroendocrine cells (EEs) in Drosophila midgut.",
            "description": "Enteroendocrine cells (EEs) in the intestinal epithelium have important endocrine functions, yet this cell lineage exhibits great local and regional variations that have hampered detailed characterization of EE subtypes. Through single cell RNA-sequencing analysis, combined with a collection of neuropeptide/receptor knock-in strains, here we provide a comprehensive analysis of cellular diversity, spatial distribution and transcription factor (TF) code of EEs in adult Drosophila midgut. We identify 10 major EE subtypes that totally produced 14 different classes of hormone peptides. Each EE on average co-produces 2-5 different classes of hormone peptides. Functional screen with subtype-enriched TFs suggests a combinatorial TF code that controls EE cell diversity, with class-specific TFs Mirr and Ptx1that respectively define two major classes of EEs, and regional TFs such as Esg, Drm, Exex and Fer1that further define regional EE identity. Our single-cell data should greatly facilitate Drosophila modeling of EE differentiation and function. Overall design: FACS sort EE cells using CG32547-KI-GAL4> uas-GFP line and perform 10X genomics single cell sequencing. Raw data was further processed by Seurat algorithm and EE subtypes were visualized by generating a t-distributed stochastic neighborhood embedding (t-SNE) plot.",
            "id": "SRP200614"
          },
          "id": "SRX5979983"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "FBbt:00003138",
              "name": "adult midgut (Drosophila)"
            },
            "anatEntityAuthorAnnotation": "intestine",
            "cellType": {
              "id": "FBbt:00058006",
              "name": "adult posterior midgut class II enteroendocrine cell"
            },
            "cellTypeAuthorAnnotation": "class II-p EE cell",
            "devStage": {
              "id": "FBdv:00007026",
              "name": "mature adult stage (fruit fly)"
            },
            "devStageAuthorAnnotation": "adult stage 5-7 days old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.534200,
          "sdRefIntergenicDistribution": 2.713240,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 1002,
          "maxRank": 11269.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq X Ten",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 171057671,
            "mappedReadsCount": 157531386,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 4661,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP200614.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Drosophila melanogaster",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Drosophila",
                  "speciesName": "melanogaster",
                  "genomeVersion": "BDGP6.28",
                  "speciesFullNameWithoutSpace": "Drosophila_melanogaster",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Drosophila_melanogaster/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 32351,
                  "genomeSpeciesId": 7227,
                  "preferredDisplayOrder": 4,
                  "name": "fruit fly",
                  "id": 7227
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Drosophila_melanogaster/",
                "fileName": "Drosophila_melanogaster_SRP200614_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Drosophila melanogaster",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP200614",
              "xRefName": "Single-cell sequencing of enteroendocrine cells (EEs) in Drosophila midgut.",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP200614",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.celrep.2019.11.048",
            "name": "Single-cell sequencing of enteroendocrine cells (EEs) in Drosophila midgut.",
            "description": "Enteroendocrine cells (EEs) in the intestinal epithelium have important endocrine functions, yet this cell lineage exhibits great local and regional variations that have hampered detailed characterization of EE subtypes. Through single cell RNA-sequencing analysis, combined with a collection of neuropeptide/receptor knock-in strains, here we provide a comprehensive analysis of cellular diversity, spatial distribution and transcription factor (TF) code of EEs in adult Drosophila midgut. We identify 10 major EE subtypes that totally produced 14 different classes of hormone peptides. Each EE on average co-produces 2-5 different classes of hormone peptides. Functional screen with subtype-enriched TFs suggests a combinatorial TF code that controls EE cell diversity, with class-specific TFs Mirr and Ptx1that respectively define two major classes of EEs, and regional TFs such as Esg, Drm, Exex and Fer1that further define regional EE identity. Our single-cell data should greatly facilitate Drosophila modeling of EE differentiation and function. Overall design: FACS sort EE cells using CG32547-KI-GAL4> uas-GFP line and perform 10X genomics single cell sequencing. Raw data was further processed by Seurat algorithm and EE subtypes were visualized by generating a t-distributed stochastic neighborhood embedding (t-SNE) plot.",
            "id": "SRP200614"
          },
          "id": "SRX5979983"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "FBbt:00003138",
              "name": "adult midgut (Drosophila)"
            },
            "anatEntityAuthorAnnotation": "intestine",
            "cellType": {
              "id": "FBbt:00058200",
              "name": "adult class III enteroendocrine cell"
            },
            "cellTypeAuthorAnnotation": "class III EE cell",
            "devStage": {
              "id": "FBdv:00007026",
              "name": "mature adult stage (fruit fly)"
            },
            "devStageAuthorAnnotation": "adult stage 5-7 days old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 7227,
              "name": "fruit fly",
              "genus": "Drosophila",
              "speciesName": "melanogaster",
              "preferredDisplayOrder": 4
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.711886,
          "sdRefIntergenicDistribution": 1.926648,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 304,
          "maxRank": 10076.50
        }
      }
    ],
    "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_SRP200614.tsv.gz",
        "title": "Drosophila_melanogaster_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP200614.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_SRP200614_droplet_based.h5ad",
        "title": "Drosophila_melanogaster_SRP200614_droplet_based.h5ad"
      }
    ]
  }
}